From 1bfc8c4d16f625f599bf98ef3008c0861931b207 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 18 Dec 2013 05:34:18 +0000 Subject: [PATCH] Remove a 1 empty line difference between trunk and 2.4.x that could break backport of r1551714. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551853 13f79535-47bb-0310-9956-ffa450edef68 --- include/mpm_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mpm_common.h b/include/mpm_common.h index 8bb0ec5452..0d9e63bee0 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -321,7 +321,6 @@ AP_DECLARE(apr_status_t) ap_mpm_podx_signal(ap_pod_t *pod, AP_DECLARE(void) ap_mpm_podx_killpg(ap_pod_t *pod, int num, ap_podx_restart_t graceful); - #endif /* !WIN32 || DOXYGEN */ /** -- 2.50.1