drivers: modem: cmd_handler: fix findcrlf() indentation

Missed during previous rework.

Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
Michael Scott 2020-02-04 21:53:48 -08:00 committed by Jukka Rissanen
parent 74bb1a9be9
commit 82dc1665af

View file

@ -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;