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-Tag: 2.0.36~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0f73b6c89506c0c644365624a37c91c0f3633d;p=thirdparty%2Fapache%2Fhttpd.git 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 f00d044c04d..f39bcb9f435 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; }