Clean up doubled-'{'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754569 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/server/protocol.c b/server/protocol.c
index 8ecfe8b..3e8b787 100644
--- a/server/protocol.c
+++ b/server/protocol.c
@@ -900,7 +900,7 @@
                     return;
                 }
 
-                if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT)) {
+                if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT))
                 {
                     /* Not Strict, using the legacy parser */