shell: add missing blank line after declaration

Fix checkpatch compliance issue by adding a blank line after
declaration.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-04-14 00:20:37 +02:00 committed by Carles Cufí
parent 404b2ba474
commit a86ad87d84

View File

@ -1118,6 +1118,7 @@ static void state_collect(const struct shell *sh)
__fallthrough;
case 'L': {/* INSERT Button in VT100 mode */
bool status = z_flag_insert_mode_get(sh);
z_flag_insert_mode_set(sh, !status);
break;
}