From 1eb32e706acd70a151b2511bbd045a8cc46e7fa9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 14 Jun 2018 16:27:51 +0300 Subject: [PATCH] shared/shell: Fix code style Remove empty lines --- src/shared/shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shared/shell.c b/src/shared/shell.c index 4e57bbd10..53f513613 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; -- 2.47.3