ck_spinlock: Retab (whitespace).

Accidentally had Haskell vim modeline set.
ck_pring
Samy Al Bahra 11 years ago
parent 07aab518f6
commit 2d4524dd3e

@ -357,14 +357,14 @@ struct ck_spinlock_dec {
}; };
typedef struct ck_spinlock_dec ck_spinlock_dec_t; 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_CC_INLINE static void
ck_spinlock_dec_init(struct ck_spinlock_dec *lock) ck_spinlock_dec_init(struct ck_spinlock_dec *lock)
{ {
ck_pr_store_uint(&lock->value, 1); ck_pr_store_uint(&lock->value, 1);
return; return;
} }
CK_CC_INLINE static bool CK_CC_INLINE static bool
@ -728,8 +728,8 @@ CK_CC_INLINE static void
ck_spinlock_mcs_init(struct ck_spinlock_mcs **queue) ck_spinlock_mcs_init(struct ck_spinlock_mcs **queue)
{ {
ck_pr_store_ptr(queue, NULL); ck_pr_store_ptr(queue, NULL);
return; return;
} }
CK_CC_INLINE static bool CK_CC_INLINE static bool

Loading…
Cancel
Save