aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 19:48:05 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 19:48:05 +0000
commit551ffdccea39a9223ad451954db40fd7a6e20e79 (patch)
tree0c5761879447442b166d3e7f4f414c1806a97852 /shell
parentbd79c3d337304a96dcce4ae4f97b36143919af10 (diff)
downloadbusybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.tar.gz
busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.tar.bz2
busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.zip
more of pointless whitespace fixes
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index b63a243c9..4f7f38f6d 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -12619,7 +12619,7 @@ readcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
12619 if (c == '\n') 12619 if (c == '\n')
12620 break; 12620 break;
12621 /* $IFS splitting */ 12621 /* $IFS splitting */
12622/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_05 */ 12622/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_05 */
12623 is_ifs = strchr(ifs, c); 12623 is_ifs = strchr(ifs, c);
12624 if (startword && is_ifs) { 12624 if (startword && is_ifs) {
12625 if (isspace(c)) 12625 if (isspace(c))