From: William A. Rowe Jr Date: Wed, 24 Apr 2002 03:52:59 +0000 (+0000) Subject: Formatting irk grinding at me while stepping code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b635aff914b80a63ef4493b3750403aa1d35129;p=apache Formatting irk grinding at me while stepping code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94777 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index f00d044c04..f39bcb9f43 100644 --- a/server/request.c +++ b/server/request.c @@ -1347,7 +1347,7 @@ AP_DECLARE(int) ap_file_walk(request_rec *r) * We will catch it later if it's heading for the core handler. * directory_walk already posted an INFO note for module debugging. */ - if (r->filename == NULL) { + if (r->filename == NULL) { return OK; }