aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:06:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:06:14 +0200
commitf3ea792badae9cd7c4205ac363301f1e94e57d4e (patch)
tree84f72b1e4c02c3e01ca3e393edc789dcaeba6c69 /shell
parentccb977186100ccf6b443c5f08c8b179c9b7e720b (diff)
downloadbusybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.gz
busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.bz2
busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.zip
*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
-rw-r--r--shell/hush.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 988edab8a..d8becc37a 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -11215,7 +11215,6 @@ readtoken1(int c, int syntax, char *eofmark, int striptabs)
11215 } 11215 }
11216 IF_ASH_ALIAS(if (c != PEOA)) 11216 IF_ASH_ALIAS(if (c != PEOA))
11217 USTPUTC(c, out); 11217 USTPUTC(c, out);
11218
11219 } 11218 }
11220 c = pgetc_fast(); 11219 c = pgetc_fast();
11221 } /* for (;;) */ 11220 } /* for (;;) */
@@ -12055,7 +12054,6 @@ evalcmd(int argc UNUSED_PARAM, char **argv)
12055 p = grabstackstr(concat); 12054 p = grabstackstr(concat);
12056 } 12055 }
12057 evalstring(p, ~SKIPEVAL); 12056 evalstring(p, ~SKIPEVAL);
12058
12059 } 12057 }
12060 return exitstatus; 12058 return exitstatus;
12061} 12059}
diff --git a/shell/hush.c b/shell/hush.c
index 45c98bb36..0a420f685 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -4518,7 +4518,6 @@ static NOINLINE int run_pipe(struct pipe *pi)
4518#ifdef CMD_SINGLEWORD_NOGLOB_COND 4518#ifdef CMD_SINGLEWORD_NOGLOB_COND
4519 else if (command->cmd_type == CMD_SINGLEWORD_NOGLOB_COND) { 4519 else if (command->cmd_type == CMD_SINGLEWORD_NOGLOB_COND) {
4520 argv_expanded = expand_strvec_to_strvec_singleword_noglob_cond(argv + command->assignment_cnt); 4520 argv_expanded = expand_strvec_to_strvec_singleword_noglob_cond(argv + command->assignment_cnt);
4521
4522 } 4521 }
4523#endif 4522#endif
4524 else { 4523 else {