aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-12 00:32:05 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-12 00:32:05 +0000
commite91ac05530803390f7aa5ca646d90ae26c48aa52 (patch)
tree7a912fc65ff43bdb09078d75bfc02ad8f5380b47 /findutils
parent13adb67bb086c45d7191966ca5fa3bff1de2dd74 (diff)
downloadbusybox-w32-e91ac05530803390f7aa5ca646d90ae26c48aa52.tar.gz
busybox-w32-e91ac05530803390f7aa5ca646d90ae26c48aa52.tar.bz2
busybox-w32-e91ac05530803390f7aa5ca646d90ae26c48aa52.zip
style fixes. No code changes
git-svn-id: svn://busybox.net/trunk/busybox@18409 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils')
-rw-r--r--findutils/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c
index 695091a04..a430e5f3d 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -141,7 +141,7 @@ static xlist_t *process_stdin(xlist_t *list_arg,
141 } else { 141 } else {
142 goto set; 142 goto set;
143 } 143 }
144 } else { /* if(state == NORM) */ 144 } else { /* if (state == NORM) */
145 if (ISSPACE(c)) { 145 if (ISSPACE(c)) {
146 if (s) { 146 if (s) {
147unexpected_eof: 147unexpected_eof: