From 30f28fa02ab2da512202762092c9b7abf16bd617 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 18 Dec 2013 05:36:22 +0000 Subject: [PATCH] Remove useless \t and blank line that were not backported into 2.4.x in r1551714 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551854 13f79535-47bb-0310-9956-ffa450edef68 --- include/mpm_common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.3