Revert "Style Cleanup"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Oct 2012 04:12:32 +0000 (00:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Oct 2012 04:12:32 +0000 (00:12 -0400)
This reverts commit 03126291913d3c2df1d92137cf82767d9b490ade.

Need to study impact on progress.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
spinlock/mem.spin

index db8a8b3b66247edcd1e1bd9656fa2597b5c990ae..072d4d22c9610b52e91e98085f7794c4d3f2883b 100644 (file)
@@ -21,7 +21,7 @@ byte refcount = 0;
 
 inline spin_lock(lock)
 {
-       atomic { !lock -> lock = 1 }
+       atomic{ !lock -> lock = 1}
 }
 
 inline spin_unlock(lock)
This page took 0.025822 seconds and 4 git commands to generate.