Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/include Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/876d0f34c67f
branches:  trunk
changeset: 772064:876d0f34c67f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 16 13:38:44 2011 +0000

description:
Whitespace.

diffstat:

 sys/arch/hppa/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0cc63f6663d7 -r 876d0f34c67f sys/arch/hppa/include/pmap.h
--- a/sys/arch/hppa/include/pmap.h      Fri Dec 16 12:51:43 2011 +0000
+++ b/sys/arch/hppa/include/pmap.h      Fri Dec 16 13:38:44 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.31 2011/12/16 12:45:04 skrll Exp $  */
+/*     $NetBSD: pmap.h,v 1.32 2011/12/16 13:38:44 skrll Exp $  */
 
 /*     $OpenBSD: pmap.h,v 1.35 2007/12/14 18:32:23 deraadt Exp $       */
 
@@ -164,7 +164,7 @@
 pmap_prot(struct pmap *pmap, int prot)
 {
        extern u_int hppa_prot[];
-       return (hppa_prot[prot] | (pmap == pmap_kernel()? 0 : TLB_USER));
+       return (hppa_prot[prot] | (pmap == pmap_kernel() ? 0 : TLB_USER));
 }
 
 static inline void



Home | Main Index | Thread Index | Old Index