From 319f8ebef8a9e48cb74b220d4585552928549266 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 13 Aug 2007 11:09:30 +0000 Subject: httpd: round down sendfile byte count to 64k *: style fixes --- findutils/find.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'findutils') diff --git a/findutils/find.c b/findutils/find.c index ea789a01c..60b2a75aa 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -475,8 +475,8 @@ static action*** parse_params(char **argv) "-o\0" USE_FEATURE_FIND_NOT( "!\0" ) #if ENABLE_DESKTOP - "-and\0" - "-or\0" + "-and\0" + "-or\0" USE_FEATURE_FIND_NOT( "-not\0" ) #endif "-print\0" @@ -487,7 +487,7 @@ static action*** parse_params(char **argv) USE_FEATURE_FIND_EXEC( "-exec\0" ) USE_FEATURE_FIND_PAREN( "(\0" ) /* All options starting from here require argument */ - "-name\0" + "-name\0" USE_FEATURE_FIND_PATH( "-path\0" ) USE_FEATURE_FIND_REGEX( "-regex\0" ) USE_FEATURE_FIND_TYPE( "-type\0" ) -- cgit v1.2.3