aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
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/hush.c
parentccb977186100ccf6b443c5f08c8b179c9b7e720b (diff)
downloadbusybox-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.gz
*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c1
1 files changed, 0 insertions, 1 deletions
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)
#ifdef CMD_SINGLEWORD_NOGLOB_COND
else if (command->cmd_type == CMD_SINGLEWORD_NOGLOB_COND) {
argv_expanded = expand_strvec_to_strvec_singleword_noglob_cond(argv + command->assignment_cnt);
-
}
#endif
else {