summaryrefslogtreecommitdiff
path: root/usr.bin/grep
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-05 21:47:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-05 21:47:34 +0000
commitad98de6f3bde79382fa6454e01e4c1d928dd0b6d (patch)
tree7408092f96cf8f81439a4a2c0c8be076ba1f8747 /usr.bin/grep
parent77201bcf7b52541604d623ea5066123d841bce72 (diff)
spacing
Diffstat (limited to 'usr.bin/grep')
-rw-r--r--usr.bin/grep/grep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c
index aa10b0a2cb4..8ce5a0cb96d 100644
--- a/usr.bin/grep/grep.c
+++ b/usr.bin/grep/grep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grep.c,v 1.28 2004/05/07 14:51:42 millert Exp $ */
+/* $OpenBSD: grep.c,v 1.29 2004/08/05 21:47:33 deraadt Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@@ -449,7 +449,7 @@ main(int argc, char *argv[])
}
}
}
-
+
if (lbflag)
setlinebuf(stdout);