From 082b0f3d5cf6730e12a84d7c0be5df2f356e9fba Mon Sep 17 00:00:00 2001 From: henning Date: Mon, 21 Jul 2003 21:59:58 +0000 Subject: a little KNF --- usr.bin/diff/diffreg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/diff/diffreg.c') 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 @@ -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 -- cgit v1.2.3-59-g8ed1b