Francois Gouget : port: Remove spaces before '\n's.

Alexandre Julliard julliard at winehq.org
Mon Mar 9 09:40:30 CDT 2009


Module: wine
Branch: master
Commit: c0a672b19d6a6ce5ca0a2bdd9c2ccaccee57d4a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c0a672b19d6a6ce5ca0a2bdd9c2ccaccee57d4a9

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Mar  8 23:51:38 2009 +0100

port: Remove spaces before '\n's.

---

 libs/port/interlocked.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/port/interlocked.c b/libs/port/interlocked.c
index 12b326f..fc40fe5 100644
--- a/libs/port/interlocked.c
+++ b/libs/port/interlocked.c
@@ -242,7 +242,7 @@ void* interlocked_xchg_ptr( void** dest, void* val )
     __asm__ __volatile__(
         "0:    lwarx %0,0,%1\n"
         "      stwcx. %2,0,%1\n"
-        "      bne- 0b \n"
+        "      bne- 0b\n"
         "      isync\n"
         : "=&r"(ret)
         : "r"(dest), "r"(val)




More information about the wine-cvs mailing list