]> granicus.if.org Git - apache/commitdiff
Remove a space to synch with 2.4.x.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 1 May 2017 11:58:37 +0000 (11:58 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 1 May 2017 11:58:37 +0000 (11:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793314 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index cca58488d36d030af8d18371056e090f38e775f2..d40ab20530685bbf55d235631d2bb5a4ccd1f663 100644 (file)
@@ -1121,7 +1121,7 @@ static const char *cmd_servertype(cmd_parms *cmd, void *in_dconf,
     if (!strcasecmp(val, "GENERIC")) {
        dconf->backend_type = BACKEND_GENERIC;
     }
-    else if (!strcasecmp(val, "FPM"))  
+    else if (!strcasecmp(val, "FPM")) { 
        dconf->backend_type = BACKEND_FPM;
     }
     else {