summaryrefslogtreecommitdiffstats
path: root/doc/README.menu
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
committerWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
commit6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch)
treee749aec12da01acbc8326a418eeed866a2752dab /doc/README.menu
parent10879aa21ca22bdc631336d203b1742b16f91a30 (diff)
downloadblackbird-obmc-uboot-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.gz
blackbird-obmc-uboot-6b62b9a31de421bc3646c4dc1063c6d037de62b3.zip
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>
Diffstat (limited to 'doc/README.menu')
-rw-r--r--doc/README.menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.menu b/doc/README.menu
index 1259c6ad57..0dad6a2cb8 100644
--- a/doc/README.menu
+++ b/doc/README.menu
@@ -97,7 +97,7 @@ char *pick_a_tool(void)
printf("failed to add item!");
menu_destroy(m);
return NULL;
- }
+ }
}
if (menu_get_choice(m, (void **)&tool) != 1)
OpenPOWER on IntegriCloud