From: Mathieu Desnoyers Date: Tue, 9 Oct 2012 04:12:32 +0000 (-0400) Subject: Revert "Style Cleanup" X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=9b305d22720211d4273a62e5f25b08d0a8a96d13 Revert "Style Cleanup" This reverts commit 03126291913d3c2df1d92137cf82767d9b490ade. Need to study impact on progress. Signed-off-by: Mathieu Desnoyers --- diff --git a/spinlock/mem.spin b/spinlock/mem.spin index db8a8b3..072d4d2 100644 --- a/spinlock/mem.spin +++ b/spinlock/mem.spin @@ -21,7 +21,7 @@ byte refcount = 0; inline spin_lock(lock) { - atomic { !lock -> lock = 1 } + atomic{ !lock -> lock = 1} } inline spin_unlock(lock)