diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 11:24:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 11:24:04 +0000 |
commit | 3266aa9ec285dbcf254daa17c103bf69dc755967 (patch) | |
tree | 265f69a3085b0d712d355580d768242734e5951a /findutils | |
parent | 88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (diff) | |
download | busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.gz busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.bz2 busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.zip |
trailing whitespace removal
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 723c3511a..e23f9bcf3 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -30,7 +30,7 @@ | |||
30 | USE_DESKTOP("w") \ | 30 | USE_DESKTOP("w") \ |
31 | USE_EXTRA_COMPAT("z") \ | 31 | USE_EXTRA_COMPAT("z") \ |
32 | "aI" | 32 | "aI" |
33 | 33 | ||
34 | /* ignored: -a "assume all files to be text" */ | 34 | /* ignored: -a "assume all files to be text" */ |
35 | /* ignored: -I "assume binary files have no matches" */ | 35 | /* ignored: -I "assume binary files have no matches" */ |
36 | 36 | ||