Module Name: src
Committed By: skrll
Date: Sat Mar 28 10:47:21 UTC 2009
Modified Files:
src/sys/arch/hppa/hppa [nick-hppapmap]: pmap.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.43.8.41 -r1.43.8.42 src/sys/arch/hppa/hppa/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/hppa/pmap.c
diff -u src/sys/arch/hppa/hppa/pmap.c:1.43.8.41 src/sys/arch/hppa/hppa/pmap.c:1.43.8.42
--- src/sys/arch/hppa/hppa/pmap.c:1.43.8.41 Fri Mar 27 08:23:17 2009
+++ src/sys/arch/hppa/hppa/pmap.c Sat Mar 28 10:47:21 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.43.8.41 2009/03/27 08:23:17 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.43.8.42 2009/03/28 10:47:21 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.41 2009/03/27 08:23:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.42 2009/03/28 10:47:21 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -91,8 +91,8 @@
#ifdef PMAPDEBUG
-#define static /**/
-#define inline /* */
+#define static /**/
+#define inline /**/
#define DPRINTF(l,s) do { \
if ((pmapdebug & (l)) == (l)) \