diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
commit | e192b560aa95b995dbc7f89da2f9a83db793f267 (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /shell | |
parent | 70c0a771c1278b6b47c7506d79320b7a387fb4b4 (diff) | |
download | busybox-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')
-rw-r--r-- | shell/ash.c | 2 | ||||
-rw-r--r-- | shell/ash_test/printenv.c | 2 | ||||
-rw-r--r-- | shell/msh.c | 2 |
3 files changed, 3 insertions, 3 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. */ |
diff --git a/shell/ash_test/printenv.c b/shell/ash_test/printenv.c index 07ea2a9f0..06df21fdc 100644 --- a/shell/ash_test/printenv.c +++ b/shell/ash_test/printenv.c | |||
@@ -30,7 +30,7 @@ | |||
30 | extern char **environ; | 30 | extern char **environ; |
31 | 31 | ||
32 | int | 32 | int |
33 | main (argc, argv) | 33 | main (argc, argv) |
34 | int argc; | 34 | int argc; |
35 | char **argv; | 35 | char **argv; |
36 | { | 36 | { |
diff --git a/shell/msh.c b/shell/msh.c index 968f073cd..58c498b61 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -3723,7 +3723,7 @@ static char *evalstr(char *cp, int f) | |||
3723 | if (wb == NULL || wb->w_nword == 0 | 3723 | if (wb == NULL || wb->w_nword == 0 |
3724 | || (cp = wb->w_words[0]) == NULL | 3724 | || (cp = wb->w_words[0]) == NULL |
3725 | ) { | 3725 | ) { |
3726 | // TODO: I suspect that | 3726 | // TODO: I suspect that |
3727 | // char *evalstr(char *cp, int f) is actually | 3727 | // char *evalstr(char *cp, int f) is actually |
3728 | // const char *evalstr(const char *cp, int f)! | 3728 | // const char *evalstr(const char *cp, int f)! |
3729 | cp = (char*)""; | 3729 | cp = (char*)""; |