summaryrefslogtreecommitdiff
path: root/shell/msh_unused.c
diff options
context:
space:
mode:
authorDenys Vlasenko2010-01-28 02:24:24 +0100
committerDenys Vlasenko2010-01-28 02:24:24 +0100
commit6b9f1633537e2ff06eb1a0741e4598a294f40fcb (patch)
treea13f4f3558c2988bc95b5a59c9996da64a0bd570 /shell/msh_unused.c
parent17323a6245597f16321e6bf99536ae9bb89c79cf (diff)
downloadbusybox-6b9f1633537e2ff06eb1a0741e4598a294f40fcb.zip
busybox-6b9f1633537e2ff06eb1a0741e4598a294f40fcb.tar.gz
*: style fixes. no code changes (verified with objdump)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/msh_unused.c')
-rw-r--r--shell/msh_unused.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/msh_unused.c b/shell/msh_unused.c
index d4fe3db..5468022 100644
--- a/shell/msh_unused.c
+++ b/shell/msh_unused.c
@@ -3873,9 +3873,10 @@ static char *blank(int f)
scanequals = 0;
for (;;) {
c = subgetc('"', foundequals);
- if (c == 0 ||
- f & (DOBLANK && any(c, ifs->value)) ||
- (!INSUB() && any(c, "\"'"))) {
+ if (c == 0
+ || f & (DOBLANK && any(c, ifs->value))
+ || (!INSUB() && any(c, "\"'"))
+ ) {
scanequals = 0;
unget(c);
if (any(c, "\"'"))