Commit c0a672b1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

port: Remove spaces before '\n's.

parent 6724655a
...@@ -242,7 +242,7 @@ void* interlocked_xchg_ptr( void** dest, void* val ) ...@@ -242,7 +242,7 @@ void* interlocked_xchg_ptr( void** dest, void* val )
__asm__ __volatile__( __asm__ __volatile__(
"0: lwarx %0,0,%1\n" "0: lwarx %0,0,%1\n"
" stwcx. %2,0,%1\n" " stwcx. %2,0,%1\n"
" bne- 0b \n" " bne- 0b\n"
" isync\n" " isync\n"
: "=&r"(ret) : "=&r"(ret)
: "r"(dest), "r"(val) : "r"(dest), "r"(val)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment