From 6398cf477d96cea03459835ed7462d2e8d5b2a71 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 11 Apr 2007 17:04:29 +0000 Subject: style fixes, no code changes. --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/hush.c') diff --git a/shell/hush.c b/shell/hush.c index 3048d695a..331d591c8 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -489,7 +489,7 @@ static int builtin_exit(struct child_prog *child) { if (child->argv[1] == NULL) exit(last_return_code); - exit (atoi(child->argv[1])); + exit(atoi(child->argv[1])); } /* built-in 'export VAR=value' handler */ -- cgit v1.2.3