Commit a35f92a0 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Remove a useless break + tiny style fix (missing space)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777557 13f79535-47bb-0310-9956-ffa450edef68
parent 11778653
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1141,7 +1141,6 @@ static int cache_control_remove(request_rec *r, const char *cc_header,
                        }
                        found = 1;
                    }
                    break;
                }
                break;
            }