From 82dc1665af1d1d5be27367759aac487401e4dc61 Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Tue, 4 Feb 2020 21:53:48 -0800 Subject: [PATCH] drivers: modem: cmd_handler: fix findcrlf() indentation Missed during previous rework. Signed-off-by: Michael Scott --- drivers/modem/modem_cmd_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/modem/modem_cmd_handler.c b/drivers/modem/modem_cmd_handler.c index 110e5b2f59..b274dfe1c7 100644 --- a/drivers/modem/modem_cmd_handler.c +++ b/drivers/modem/modem_cmd_handler.c @@ -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;