]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove unnecessary whitespace
authorJeff Trawick <trawick@apache.org>
Mon, 10 Apr 2006 17:54:59 +0000 (17:54 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Apr 2006 17:54:59 +0000 (17:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@393001 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index b57e89e42f14129e863744ec3d8bbbd93f2ba452..a17acc678125184d7f244d5d5cdcf44fc0685902 100644 (file)
@@ -3608,7 +3608,6 @@ static int default_handler(request_rec *r)
                           status);
             return HTTP_INTERNAL_SERVER_ERROR;
         }
-
     }
     else {              /* unusual method (not GET or POST) */
         if (r->method_number == M_INVALID) {