summaryrefslogtreecommitdiffstats
path: root/commands/echo.c
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-13 16:06:02 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-13 16:06:02 +0200
commit2a9c1de93fd9e74a79cc3fc66331d02797a98329 (patch)
treed8355e5597ef542d97b13d6758545f2528bdf48a /commands/echo.c
parent8c42a8f67c8ac14affd18c33e996b09197076f5e (diff)
downloadbarebox-2a9c1de93fd9e74a79cc3fc66331d02797a98329.tar.gz
barebox-2a9c1de93fd9e74a79cc3fc66331d02797a98329.tar.xz
whitespace cleanup
Diffstat (limited to 'commands/echo.c')
-rw-r--r--commands/echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/echo.c b/commands/echo.c
index b8e59e760f..b49adf37aa 100644
--- a/commands/echo.c
+++ b/commands/echo.c
@@ -29,8 +29,8 @@
static int do_echo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
int i, optind = 1;
- int fd = stdout, opt, newline = 1;
- char *file = NULL;
+ int fd = stdout, opt, newline = 1;
+ char *file = NULL;
int oflags = O_WRONLY | O_CREAT;
/* We can't use getopt() here because we want to