Commit c83461c9 authored by Cliff Woolley's avatar Cliff Woolley
Browse files

Sanitize all the wacky indentation in this block prior to commiting

the real fix.  No functional change.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90616 13f79535-47bb-0310-9956-ffa450edef68
parent f606e5a5
Loading
Loading
Loading
Loading
+33 −32
Original line number Diff line number Diff line
@@ -859,7 +859,8 @@ static int handle_include(include_ctx_t *ctx, apr_bucket_brigade **bb, request_r
                        for (q = p; q != NULL; q = q->prev) {
                            if ((q->filename && rr->filename && 
                                    (strcmp(q->filename, rr->filename) == 0)) ||
                                (strcmp(q->uri, rr->uri) == 0)) {
                                (strcmp(q->uri, rr->uri) == 0))
                            {
                                founddupe = 1;
                                break;
                            }