drivers: modem: cmd_handler: fix findcrlf() indentation
Missed during previous rework. Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
parent
74bb1a9be9
commit
82dc1665af
|
@ -45,7 +45,7 @@ static void skipcrlf(struct modem_cmd_handler_data *data)
|
|||
}
|
||||
|
||||
static u16_t findcrlf(struct modem_cmd_handler_data *data,
|
||||
struct net_buf **frag, u16_t *offset)
|
||||
struct net_buf **frag, u16_t *offset)
|
||||
{
|
||||
struct net_buf *buf = data->rx_buf;
|
||||
u16_t len = 0U, pos = 0U;
|
||||
|
|
Loading…
Reference in a new issue