Index: uspace/lib/c/arch/mips32/include/atomic.h
===================================================================
--- uspace/lib/c/arch/mips32/include/atomic.h	(revision 8df9290278fd530c66414f113e22074e838ac885)
+++ uspace/lib/c/arch/mips32/include/atomic.h	(revision 34f044858b74931465b24f4e84135e8c487dcf70)
@@ -67,5 +67,5 @@
 		"	ll %0, %1\n"
 		"	addu %0, %0, %3\n"	/* same as add, but never traps on overflow */
-		"       move %2, %0\n"
+		"	move %2, %0\n"
 		"	sc %0, %1\n"
 		"	beq %0, %4, 1b\n"	/* if the atomic operation failed, try again */
