aboutsummaryrefslogtreecommitdiff
path: root/dep/src/zthread/FastRecursiveLock.h
diff options
context:
space:
mode:
authorParadox <none@none>2009-02-09 08:16:34 -0500
committerParadox <none@none>2009-02-09 08:16:34 -0500
commitd230302b16474ff22a35243ffed6236ef4fc7fb9 (patch)
treee3679ad841a47b275756f2721f9aa24a3ee548a6 /dep/src/zthread/FastRecursiveLock.h
parentb0694d7e5e794b361fa178d55fefdb98cf47e9ca (diff)
Replace tabs with spaces in more files.
--HG-- branch : trunk
Diffstat (limited to 'dep/src/zthread/FastRecursiveLock.h')
-rw-r--r--dep/src/zthread/FastRecursiveLock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/src/zthread/FastRecursiveLock.h b/dep/src/zthread/FastRecursiveLock.h
index 0a36f62d5f8..96b66ebe675 100644
--- a/dep/src/zthread/FastRecursiveLock.h
+++ b/dep/src/zthread/FastRecursiveLock.h
@@ -33,11 +33,11 @@
// Select the correct FastRecusriveLock implementation based on
// what the compilation environment has defined
-#if defined(ZTHREAD_DUAL_LOCKS)
+#if defined(ZTHREAD_DUAL_LOCKS)
# include "vanilla/DualMutexRecursiveLock.h"
#else
-# ifndef ZT_VANILLA
+# ifndef ZT_VANILLA
# if defined(ZT_POSIX)
@@ -50,7 +50,7 @@
# include "linux/FastRecursiveLock.h"
# elif defined(HAVE_MUTEXATTR_SETTYPE)
# include "solaris/FastRecursiveLock.h"
-# elif defined(ZTHREAD_CONDITION_LOCKS)
+# elif defined(ZTHREAD_CONDITION_LOCKS)
# include "posix/ConditionRecursiveLock.h"
# endif