summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2013-12-18 05:34:18 +0000
committerChristophe Jaillet <jailletc36@apache.org>2013-12-18 05:34:18 +0000
commit1bfc8c4d16f625f599bf98ef3008c0861931b207 (patch)
tree6d546ae03583b7947182fb8be9bf63c4f80b9bdf /include/mpm_common.h
parent7aa142844f60ae912eb074db99254a9eb8143e4a (diff)
downloadhttpd-1bfc8c4d16f625f599bf98ef3008c0861931b207.tar.gz
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
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h1
1 files changed, 0 insertions, 1 deletions
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 */
/**