diff options
author | William Juul | 2007-11-08 10:39:53 +0100 |
---|---|---|
committer | Scott Wood | 2008-08-12 11:31:16 -0500 |
commit | 4cbb651b29cb64d378a06729970e1e153bb605b1 (patch) | |
tree | 8678f42ab0df1ae3c433a4d062310476e5163940 /common | |
parent | cfa460adfdefcc30d104e1a9ee44994ee349bb7b (diff) |
Remove white space at end.
Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 3e76d8207d6..f825234a7c8 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -328,7 +328,7 @@ int do_nand(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) printf("\nNAND %s: ", read ? "read" : "write"); if (arg_off_size(argc - 3, argv + 3, nand, &off, &size) != 0) return 1; - + s = strchr(cmd, '.'); if (s != NULL && (!strcmp(s, ".jffs2") || !strcmp(s, ".e") || !strcmp(s, ".i"))) { |