commit | 6b62b9a31de421bc3646c4dc1063c6d037de62b3 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Dec 19 12:03:40 2011 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Dec 19 12:03:40 2011 +0100 |
tree | e749aec12da01acbc8326a418eeed866a2752dab | |
parent | 10879aa21ca22bdc631336d203b1742b16f91a30 [diff] [blame] |
Coding Style cleanup Fix trailing white space, indentation by spaces instead of TABs, excessive blank lines, trailing blank lines. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/doc/README.menu b/doc/README.menu index 1259c6a..0dad6a2 100644 --- a/doc/README.menu +++ b/doc/README.menu
@@ -97,7 +97,7 @@ printf("failed to add item!"); menu_destroy(m); return NULL; - } + } } if (menu_get_choice(m, (void **)&tool) != 1)