diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:17 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:17 -0600 |
| commit | 910cef3d2fb955dd351142e07214390ce75ede13 (patch) | |
| tree | 9a3eda5ce1882ccfbcb2e6a6b5ec84ddb20e3bc6 /common/menu.c | |
| parent | e569c73a8e43f0e5294d9059402f0bb2cd491fa6 (diff) | |
common: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'common/menu.c')
| -rw-r--r-- | common/menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/menu.c b/common/menu.c index e48424995b6..8cc9bf06d9c 100644 --- a/common/menu.c +++ b/common/menu.c @@ -398,7 +398,6 @@ struct menu *menu_create(char *title, int timeout, int prompt, } else m->title = NULL; - INIT_LIST_HEAD(&m->items); return m; |
