From: Ruediger Pluem Date: Tue, 25 Feb 2020 08:03:50 +0000 (+0000) Subject: * Another whitespace fix X-Git-Tag: 2.5.0-alpha2-ci-test-only~1623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26e1a557e676ddf961ac8d35ea99479ff0d5bb6;p=thirdparty%2Fapache%2Fhttpd.git * Another whitespace fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874481 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c index dd9b34b100c..a6ef3afe63a 100644 --- a/modules/metadata/mod_usertrack.c +++ b/modules/metadata/mod_usertrack.c @@ -469,7 +469,6 @@ static const char *set_samesite_value(cmd_parms *cmd, void *mconfig, return "CookieSameSite accepts 'Strict', 'Lax', or 'None'"; } - return NULL; }