Module Name:    src
Committed By:   skrll
Date:           Tue Mar  8 16:30:38 UTC 2011

Modified Files:
        src/sys/arch/hp700/hp700 [rmind-uvmplock]: machdep.c

Log Message:
whitespace. heh.


To generate a diff of this commit:
cvs rdiff -u -r1.79.2.9 -r1.79.2.10 src/sys/arch/hp700/hp700/machdep.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/hp700/hp700/machdep.c
diff -u src/sys/arch/hp700/hp700/machdep.c:1.79.2.9 src/sys/arch/hp700/hp700/machdep.c:1.79.2.10
--- src/sys/arch/hp700/hp700/machdep.c:1.79.2.9	Tue Mar  8 16:21:32 2011
+++ src/sys/arch/hp700/hp700/machdep.c	Tue Mar  8 16:30:38 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.79.2.9 2011/03/08 16:21:32 skrll Exp $	*/
+/*	$NetBSD: machdep.c,v 1.79.2.10 2011/03/08 16:30:38 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79.2.9 2011/03/08 16:21:32 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79.2.10 2011/03/08 16:30:38 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -2091,7 +2091,7 @@
 	if (atop(paddr) > physmem) {
 		return false;
 	}
-        *vaddr = paddr;
+	*vaddr = paddr;
 
 	return true;
 }

Reply via email to