summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/mem1.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint1/mem1.c')
-rw-r--r--usr.bin/xlint/lint1/mem1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c
index 71942f707b7..d84888bde1e 100644
--- a/usr.bin/xlint/lint1/mem1.c
+++ b/usr.bin/xlint/lint1/mem1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem1.c,v 1.6 2005/11/19 03:35:27 cloder Exp $ */
+/* $OpenBSD: mem1.c,v 1.7 2005/11/20 17:42:49 deraadt Exp $ */
/* $NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: mem1.c,v 1.6 2005/11/19 03:35:27 cloder Exp $";
+static char rcsid[] = "$OpenBSD: mem1.c,v 1.7 2005/11/20 17:42:49 deraadt Exp $";
#endif
#include <sys/types.h>
@@ -246,7 +246,7 @@ initmem(void)
mblks = xcalloc(nmblks = ML_INC, sizeof (mbl_t *));
}
-
+
/*
* Allocate memory associated with level l.
*/