aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-07 09:35:43 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-07 09:35:43 +0000
commite192b560aa95b995dbc7f89da2f9a83db793f267 (patch)
tree4829004760bedec63aa8a72affe75591e482fe4a /shell/ash.c
parent70c0a771c1278b6b47c7506d79320b7a387fb4b4 (diff)
downloadbusybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.gz
busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.bz2
busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.zip
clean up accumulated whitespace damage
git-svn-id: svn://busybox.net/trunk/busybox@18020 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index f32c31180..bfa4a8c6d 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)
11197 goto builtin_success; 11197 goto builtin_success;
11198 } else if (builtinloc <= 0) { 11198 } else if (builtinloc <= 0) {
11199 goto builtin_success; 11199 goto builtin_success;
11200 } 11200 }
11201 } 11201 }
11202 11202
11203 /* We have to search path. */ 11203 /* We have to search path. */