From: Jim Jagielski Date: Fri, 7 Jan 2011 14:17:54 +0000 (+0000) Subject: whitespace X-Git-Tag: 2.3.11~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b711b5192ee0515c5ceea7c35eb75b2e191aa084;p=thirdparty%2Fapache%2Fhttpd.git whitespace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1056331 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 0ca72b1d94a..8c12142bf66 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; }