summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-07-21 21:59:58 +0000
committerhenning <henning@openbsd.org>2003-07-21 21:59:58 +0000
commit082b0f3d5cf6730e12a84d7c0be5df2f356e9fba (patch)
tree7a70355c11d327b61e9d2b4066e4196b45610b51 /usr.bin/diff/diffreg.c
parentPOSIX-compliant output when there are two paths w/ the same name but (diff)
downloadwireguard-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.c6
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