Revert "Style Cleanup"
[userspace-rcu.git] / 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.022853 seconds and 4 git commands to generate.