diff mbox

[U-Boot] led: remove trailing whitespace

Message ID 1303343572-19972-8-git-send-email-jkridner@beagleboard.org
State Not Applicable
Headers show

Commit Message

Jason Kridner April 20, 2011, 11:52 p.m. UTC
Required to meet style requirements.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
---
 common/cmd_led.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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) {