diff options
author | 2003-07-21 21:59:58 +0000 | |
---|---|---|
committer | 2003-07-21 21:59:58 +0000 | |
commit | 082b0f3d5cf6730e12a84d7c0be5df2f356e9fba (patch) | |
tree | 7a70355c11d327b61e9d2b4066e4196b45610b51 /usr.bin/diff/diffreg.c | |
parent | POSIX-compliant output when there are two paths w/ the same name but (diff) | |
download | wireguard-openbsd-082b0f3d5cf6730e12a84d7c0be5df2f356e9fba.tar.xz wireguard-openbsd-082b0f3d5cf6730e12a84d7c0be5df2f356e9fba.zip |
a little KNF
Diffstat (limited to 'usr.bin/diff/diffreg.c')
-rw-r--r-- | usr.bin/diff/diffreg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c index 2abd158cb4d..c6cd3348e0c 100644 --- a/usr.bin/diff/diffreg.c +++ b/usr.bin/diff/diffreg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diffreg.c,v 1.37 2003/07/21 21:57:22 millert Exp $ */ +/* $OpenBSD: diffreg.c,v 1.38 2003/07/21 21:59:58 henning Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. @@ -65,7 +65,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.37 2003/07/21 21:57:22 millert Exp $"; +static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.38 2003/07/21 21:59:58 henning Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -964,7 +964,7 @@ change(char *file1, FILE *f1, char *file2, FILE *f2, int a, int b, int c, int d) /* * If this change is more than 'context' lines from the * previous change, dump the record and reset it. - */ + */ if (format == D_CONTEXT) dump_context_vec(f1, f2); else |