[U-Boot] [PATCH] led: remove trailing whitespace
Jason Kridner
jkridner at beagleboard.org
Thu Apr 21 01:52:31 CEST 2011
Required to meet style requirements.
Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
---
common/cmd_led.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_led.c b/common/cmd_led.c
index ad0fd0f..90cf043 100644
--- a/common/cmd_led.c
+++ b/common/cmd_led.c
@@ -96,7 +96,7 @@ int do_led (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
}
for (i = 0; led_commands[i].string; i++) {
- if ((strcmp("all", argv[1]) == 0) ||
+ if ((strcmp("all", argv[1]) == 0) ||
(strcmp(led_commands[i].string, argv[1]) == 0)) {
match = 1;
if (led_commands[i].on) {
--
1.5.6.4
More information about the U-Boot
mailing list