]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Another whitespace fix
authorRuediger Pluem <rpluem@apache.org>
Tue, 25 Feb 2020 08:03:50 +0000 (08:03 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 25 Feb 2020 08:03:50 +0000 (08:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874481 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_usertrack.c

index dd9b34b100cced298ed237d2c51393eec111eac6..a6ef3afe63ad2b126ff676e2017b2bb59a686c60 100644 (file)
@@ -469,7 +469,6 @@ static const char *set_samesite_value(cmd_parms *cmd, void *mconfig,
         return "CookieSameSite accepts 'Strict', 'Lax', or 'None'";
     }
 
-    
     return NULL;
 }