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

modules/metadata/mod_usertrack.c

index 65759c2120e0f0608964f1f7e4c3fc779303a447..dd9b34b100cced298ed237d2c51393eec111eac6 100644 (file)
@@ -484,7 +484,7 @@ static const command_rec cookie_log_cmds[] = {
                  "whether or not to enable cookies"),
     AP_INIT_TAKE1("CookieName", set_cookie_name, NULL, OR_FILEINFO,
                   "name of the tracking cookie"),
-                  AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO,
+    AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO,
                  "whether or not to enable cookies"),
     AP_INIT_TAKE1("CookieSameSite", set_samesite_value, NULL, OR_FILEINFO,
                   "SameSite setting"),