diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 20:29:31 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:15 -0500 |
commit | 48cae7919a93a7aaa414ae380f022e4243c285ed (patch) | |
tree | c20613952198479bbc4b7ae100297349c76d9cf1 /rts/OldARMAtomic.c | |
parent | 1c89c96bd5118d14c003128839b8b67c4c6d90f1 (diff) | |
download | haskell-48cae7919a93a7aaa414ae380f022e4243c285ed.tar.gz |
rts: delint/detab/dewhitespace OldARMAtomic.c
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/OldARMAtomic.c')
-rw-r--r-- | rts/OldARMAtomic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/OldARMAtomic.c b/rts/OldARMAtomic.c index b2c52fc1da..a28d2bc00e 100644 --- a/rts/OldARMAtomic.c +++ b/rts/OldARMAtomic.c @@ -48,9 +48,8 @@ void arm_atomic_spin_lock() void arm_atomic_spin_unlock() { atomic_spin = 0; -} +} #endif /* arm_HOST_ARCH && defined(arm_HOST_ARCH_PRE_ARMv6) */ #endif /* defined(THREADED_RTS) */ - |