Required to meet style requirements.

Signed-off-by: Jason Kridner <jkrid...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to