summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-01-10 07:52:01 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-01-10 07:52:01 +0000
commit4537851f8c623fecdf83dafa27f696a0f85eea7b (patch)
tree26e754c931eb9d44123a7e5958eddbef0d86e064
parenta04e2d7b394d0371b37f85859292fa5ed760146f (diff)
downloadlibapr-4537851f8c623fecdf83dafa27f696a0f85eea7b.tar.gz
Untabify source.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124775 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--locks/win32/proc_mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locks/win32/proc_mutex.c b/locks/win32/proc_mutex.c
index 7733ad8e5..a25059893 100644
--- a/locks/win32/proc_mutex.c
+++ b/locks/win32/proc_mutex.c
@@ -67,7 +67,7 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex,
#endif
if (!hMutex) {
- return apr_get_os_error();
+ return apr_get_os_error();
}
*mutex = (apr_proc_mutex_t *)apr_palloc(pool, sizeof(apr_proc_mutex_t));
@@ -111,7 +111,7 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex,
#endif
if (!hMutex) {
- return apr_get_os_error();
+ return apr_get_os_error();
}
*mutex = (apr_proc_mutex_t *)apr_palloc(pool, sizeof(apr_proc_mutex_t));