From 8e858e2700651a0e973169b579622cd3dcd0defd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 7 Mar 2007 09:35:43 +0000 Subject: clean up accumulated whitespace damage --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index f32c311..bfa4a8c 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -11197,7 +11197,7 @@ find_command(char *name, struct cmdentry *entry, int act, const char *path) goto builtin_success; } else if (builtinloc <= 0) { goto builtin_success; - } + } } /* We have to search path. */ -- cgit v1.1