diff options
author | 2004-08-05 21:47:24 +0000 | |
---|---|---|
committer | 2004-08-05 21:47:24 +0000 | |
commit | ec347eb826b2d724ceb3a04f3611d5172b88b13a (patch) | |
tree | 8592b66222cff28403cddd6a27f66a68e93fad47 /usr.bin/grep/grep.c | |
parent | sync (diff) | |
download | wireguard-openbsd-ec347eb826b2d724ceb3a04f3611d5172b88b13a.tar.xz wireguard-openbsd-ec347eb826b2d724ceb3a04f3611d5172b88b13a.zip |
spacing
Diffstat (limited to 'usr.bin/grep/grep.c')
-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); |