You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/12/18 06:34:18 UTC

svn commit: r1551853 - /httpd/httpd/branches/2.4.x/include/mpm_common.h

Author: jailletc36
Date: Wed Dec 18 05:34:18 2013
New Revision: 1551853

URL: http://svn.apache.org/r1551853
Log:
Remove a 1 empty line difference between trunk and 2.4.x that could break backport of r1551714.

Modified:
    httpd/httpd/branches/2.4.x/include/mpm_common.h

Modified: httpd/httpd/branches/2.4.x/include/mpm_common.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/mpm_common.h?rev=1551853&r1=1551852&r2=1551853&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/mpm_common.h (original)
+++ httpd/httpd/branches/2.4.x/include/mpm_common.h Wed Dec 18 05:34:18 2013
@@ -321,7 +321,6 @@ AP_DECLARE(apr_status_t) ap_mpm_podx_sig
 AP_DECLARE(void) ap_mpm_podx_killpg(ap_pod_t *pod, int num,
                                     ap_podx_restart_t graceful);
 
-
 #endif /* !WIN32 || DOXYGEN */
 
 /**