From: Christophe Jaillet Date: Wed, 18 Dec 2013 05:36:22 +0000 (+0000) Subject: Remove useless \t and blank line that were not backported into 2.4.x in r1542557 X-Git-Tag: 2.5.0-alpha~4766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa5a34d64d362186fde4ec80b07b5d9b02b6d59;p=thirdparty%2Fapache%2Fhttpd.git Remove useless \t and blank line that were not backported into 2.4.x in r1542557 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mpm_common.h b/include/mpm_common.h index 15dfc4602d2..92b6af67255 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -278,12 +278,11 @@ AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod); */ AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num); - #define AP_MPM_PODX_RESTART_CHAR '$' #define AP_MPM_PODX_GRACEFUL_CHAR '!' - + typedef enum { AP_MPM_PODX_NORESTART, AP_MPM_PODX_RESTART, AP_MPM_PODX_GRACEFUL } ap_podx_restart_t; - + /** * Open the extended pipe-of-death. * @param p The pool to use for allocating the pipe