summaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 01:34:48 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 01:34:48 +0100
commit6967578728a3eef43b7b2be4080dafc1b87f528d (patch)
tree76b79c4c81ce8e5ad4e57df5119efecef810e673 /findutils
parent52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff)
downloadbusybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz
busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2
busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-rw-r--r--findutils/find.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c
index b521e5b08..2235b5049 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -878,8 +878,8 @@ static action*** parse_params(char **argv)
878 IF_FEATURE_FIND_EXEC( "-exec\0" ) 878 IF_FEATURE_FIND_EXEC( "-exec\0" )
879 IF_FEATURE_FIND_PAREN( "(\0" ) 879 IF_FEATURE_FIND_PAREN( "(\0" )
880 /* All options/actions starting from here require argument */ 880 /* All options/actions starting from here require argument */
881 "-name\0" 881 "-name\0"
882 "-iname\0" 882 "-iname\0"
883 IF_FEATURE_FIND_PATH( "-path\0" ) 883 IF_FEATURE_FIND_PATH( "-path\0" )
884#if ENABLE_DESKTOP 884#if ENABLE_DESKTOP
885 IF_FEATURE_FIND_PATH( "-wholename\0") 885 IF_FEATURE_FIND_PATH( "-wholename\0")