port: Remove spaces before '\n's.

Francois Gouget fgouget at free.fr
Sun Mar 8 17:51:38 CDT 2009


---
 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)
-- 
1.6.1.3




More information about the wine-patches mailing list