]> granicus.if.org Git - apache/commitdiff
Formatting irk grinding at me while stepping code
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 24 Apr 2002 03:52:59 +0000 (03:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 24 Apr 2002 03:52:59 +0000 (03:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94777 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index f00d044c04d92ad33dc11ae4fc69178a67ac0c8d..f39bcb9f43572b38347a065ecf0286cb9c71a072 100644 (file)
@@ -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;
     }