From 9b305d22720211d4273a62e5f25b08d0a8a96d13 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 9 Oct 2012 00:12:32 -0400 Subject: [PATCH] Revert "Style Cleanup" This reverts commit 03126291913d3c2df1d92137cf82767d9b490ade. Need to study impact on progress. Signed-off-by: Mathieu Desnoyers --- spinlock/mem.spin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1