From 9275814a9e6a3af390c932238c0b1130de8d0edd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Oct 2006 19:56:34 +0000 Subject: lots of silly indent fixes --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/grep.c') 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) if (PRINT_MATCH_COUNTS) { if (print_filename > 0) printf("%s:", cur_file); - printf("%d\n", nmatches); + printf("%d\n", nmatches); } /* grep -l: print just the filename, but only if we grepped the line in the file */ -- cgit v1.2.3