lots of silly indent fixes
diff --git a/findutils/grep.c b/findutils/grep.c
index e02fc8d..5659a7d 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -233,7 +233,7 @@
 	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  */