From 2d4524dd3e4a4796a81bf9d44ea8952f4194e7c4 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Fri, 26 Jul 2013 16:51:57 -0400 Subject: [PATCH] ck_spinlock: Retab (whitespace). Accidentally had Haskell vim modeline set. --- include/ck_spinlock.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/ck_spinlock.h b/include/ck_spinlock.h index f1aea6b..269d727 100644 --- a/include/ck_spinlock.h +++ b/include/ck_spinlock.h @@ -357,14 +357,14 @@ struct ck_spinlock_dec { }; typedef struct ck_spinlock_dec ck_spinlock_dec_t; -#define CK_SPINLOCK_DEC_INITIALIZER {1} +#define CK_SPINLOCK_DEC_INITIALIZER {1} CK_CC_INLINE static void ck_spinlock_dec_init(struct ck_spinlock_dec *lock) { - ck_pr_store_uint(&lock->value, 1); - return; + ck_pr_store_uint(&lock->value, 1); + return; } CK_CC_INLINE static bool @@ -728,8 +728,8 @@ CK_CC_INLINE static void ck_spinlock_mcs_init(struct ck_spinlock_mcs **queue) { - ck_pr_store_ptr(queue, NULL); - return; + ck_pr_store_ptr(queue, NULL); + return; } CK_CC_INLINE static bool