Diff between ccf87b77df91dbe1617306872ec9405a00c26864 and 1eb32e706acd70a151b2511bbd045a8cc46e7fa9

Changed Files

File Additions Deletions Status
src/shared/shell.c +0 -2 modified

Full Patch

diff --git a/src/shared/shell.c b/src/shared/shell.c
index 4e57bbd..53f5136 100644
--- a/src/shared/shell.c
+++ b/src/shared/shell.c
@@ -114,8 +114,6 @@ static const struct bt_shell_menu *find_menu(const char *name, size_t len)
 
 		if (!strncmp(menu->name, name, len))
 			return menu;
-
-
 	}
 
 	return NULL;