diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-05 21:47:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-05 21:47:34 +0000 |
commit | ad98de6f3bde79382fa6454e01e4c1d928dd0b6d (patch) | |
tree | 7408092f96cf8f81439a4a2c0c8be076ba1f8747 /usr.bin/grep | |
parent | 77201bcf7b52541604d623ea5066123d841bce72 (diff) |
spacing
Diffstat (limited to 'usr.bin/grep')
-rw-r--r-- | usr.bin/grep/grep.c | 4 |
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); |