summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/slotmem/mod_slotmem_shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c
index 0ca72b1d94..8c12142bf6 100644
--- a/modules/slotmem/mod_slotmem_shm.c
+++ b/modules/slotmem/mod_slotmem_shm.c
@@ -386,7 +386,7 @@ static apr_status_t slotmem_attach(ap_slotmem_instance_t **new,
apr_shm_t *shm;
apr_size_t descsize = PADME(sizeof(sharedslotdesc_t));
apr_status_t rv;
-
+
if (gpool == NULL) {
return APR_ENOSHMAVAIL;
}