Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 whitespace fix past __KERNEL_RCSID()



details:   https://anonhg.NetBSD.org/src/rev/a8621f8d3cce
branches:  trunk
changeset: 536053:a8621f8d3cce
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Sep 05 18:34:00 2002 +0000

description:
whitespace fix past __KERNEL_RCSID()

diffstat:

 sys/arch/arm/arm32/pmap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8ce60eb11826 -r a8621f8d3cce sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Thu Sep 05 18:25:45 2002 +0000
+++ b/sys/arch/arm/arm32/pmap.c Thu Sep 05 18:34:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.115 2002/08/24 03:10:40 thorpej Exp $       */
+/*     $NetBSD: pmap.c,v 1.116 2002/09/05 18:34:00 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -143,7 +143,8 @@
 #include <machine/param.h>
 #include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.115 2002/08/24 03:10:40 thorpej Exp $");        
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.116 2002/09/05 18:34:00 jdolecek Exp $");
+
 #ifdef PMAP_DEBUG
 #define        PDEBUG(_lev_,_stat_) \
        if (pmap_debug_level >= (_lev_)) \



Home | Main Index | Thread Index | Old Index