From 9e22fc4f5053377fa61d7e84480f7f4aa14d4bf5 Mon Sep 17 00:00:00 2001 From: vda Date: Wed, 11 Apr 2007 17:04:29 +0000 Subject: style fixes, no code changes. git-svn-id: svn://busybox.net/trunk/busybox@18403 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/lash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/lash.c') diff --git a/shell/lash.c b/shell/lash.c index f91bec254..aba9c0a2e 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -243,7 +243,7 @@ static int builtin_exit(struct child_prog *child) if (child->argv[1] == NULL) exit(EXIT_SUCCESS); - exit (atoi(child->argv[1])); + exit(atoi(child->argv[1])); } /* built-in 'fg' and 'bg' handler */ -- cgit v1.2.3-55-g6feb