Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/68f451687a8b
branches:  trunk
changeset: 761217:68f451687a8b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 20 19:51:54 2011 +0000

description:
Remove trailing whitespace.

diffstat:

 sys/arch/hppa/hppa/lock_stubs.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f18fc07581c7 -r 68f451687a8b sys/arch/hppa/hppa/lock_stubs.S
--- a/sys/arch/hppa/hppa/lock_stubs.S   Thu Jan 20 19:50:41 2011 +0000
+++ b/sys/arch/hppa/hppa/lock_stubs.S   Thu Jan 20 19:51:54 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_stubs.S,v 1.16 2011/01/20 19:50:41 skrll Exp $    */
+/*     $NetBSD: lock_stubs.S,v 1.17 2011/01/20 19:51:54 skrll Exp $    */
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -121,7 +121,7 @@
        stw     %t2,0(%t3)                      /* %t3 is properly aligned */
        sync
 
-       /*      
+       /*
         * We have posted a read memory barrier so the check of mtx_waiters
         * will happen in sequence.  If it's set then trap into mutex_wakeup()
         * to wake up any threads sleeping on the lock.



Home | Main Index | Thread Index | Old Index