You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2011/01/07 15:17:54 UTC

svn commit: r1056331 - /httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

Author: jim
Date: Fri Jan  7 14:17:54 2011
New Revision: 1056331

URL: http://svn.apache.org/viewvc?rev=1056331&view=rev
Log:
whitespace

Modified:
    httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

Modified: httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c?rev=1056331&r1=1056330&r2=1056331&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c (original)
+++ httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c Fri Jan  7 14:17:54 2011
@@ -386,7 +386,7 @@ static apr_status_t slotmem_attach(ap_sl
     apr_shm_t *shm;
     apr_size_t descsize = PADME(sizeof(sharedslotdesc_t));
     apr_status_t rv;
-        
+
     if (gpool == NULL) {
         return APR_ENOSHMAVAIL;
     }