summaryrefslogtreecommitdiff
path: root/include/arch/beos/apr_arch_thread_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/beos/apr_arch_thread_mutex.h')
-rw-r--r--include/arch/beos/apr_arch_thread_mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/beos/apr_arch_thread_mutex.h b/include/arch/beos/apr_arch_thread_mutex.h
index bb7d4ae80..b74ded5cc 100644
--- a/include/arch/beos/apr_arch_thread_mutex.h
+++ b/include/arch/beos/apr_arch_thread_mutex.h
@@ -27,13 +27,13 @@
struct apr_thread_mutex_t {
apr_pool_t *pool;
-
+
/* Our lock :) */
sem_id Lock;
int32 LockCount;
/* If we nest locks we need these... */
- int nested;
+ int nested;
apr_os_thread_t owner;
int owner_ref;
};