aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-03 19:56:34 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-03 19:56:34 +0000
commitb9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2 (patch)
treebeabb5991332e0e2af56b4cb885a8fd6fc7daae2 /findutils/grep.c
parente7fae8be11d16323ac3d3baf954eacacbc43fab5 (diff)
downloadbusybox-w32-b9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2.tar.gz
busybox-w32-b9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2.tar.bz2
busybox-w32-b9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2.zip
lots of silly indent fixes
git-svn-id: svn://busybox.net/trunk/busybox@16302 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index e02fc8d10..5659a7d2b 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -233,7 +233,7 @@ static int grep_file(FILE *file)
233 if (PRINT_MATCH_COUNTS) { 233 if (PRINT_MATCH_COUNTS) {
234 if (print_filename > 0) 234 if (print_filename > 0)
235 printf("%s:", cur_file); 235 printf("%s:", cur_file);
236 printf("%d\n", nmatches); 236 printf("%d\n", nmatches);
237 } 237 }
238 238
239 /* grep -l: print just the filename, but only if we grepped the line in the file */ 239 /* grep -l: print just the filename, but only if we grepped the line in the file */