diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /findutils/find.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c index 603c20643..0f2f2144c 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -164,7 +164,7 @@ static int fileAction(const char *fileName, struct stat *statbuf, void* junk) | |||
164 | goto no_match; | 164 | goto no_match; |
165 | } | 165 | } |
166 | #endif | 166 | #endif |
167 | 167 | ||
168 | puts(fileName); | 168 | puts(fileName); |
169 | no_match: | 169 | no_match: |
170 | return (TRUE); | 170 | return (TRUE); |
@@ -317,7 +317,7 @@ int find_main(int argc, char **argv) | |||
317 | break; | 317 | break; |
318 | cmd_string = bb_xasprintf("%s %s", cmd_string, argv[i]); | 318 | cmd_string = bb_xasprintf("%s %s", cmd_string, argv[i]); |
319 | } | 319 | } |
320 | 320 | ||
321 | if (*cmd_string == 0) | 321 | if (*cmd_string == 0) |
322 | bb_error_msg_and_die(msg_req_arg, "-exec"); | 322 | bb_error_msg_and_die(msg_req_arg, "-exec"); |
323 | cmd_string++; | 323 | cmd_string++; |