mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Carles Cufí
parent
404b2ba474
commit
a86ad87d84
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user