You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/02/25 08:02:24 UTC

svn commit: r1874480 - /httpd/httpd/trunk/modules/metadata/mod_usertrack.c

Author: rpluem
Date: Tue Feb 25 08:02:23 2020
New Revision: 1874480

URL: http://svn.apache.org/viewvc?rev=1874480&view=rev
Log:
* Whitespace fix

Modified:
    httpd/httpd/trunk/modules/metadata/mod_usertrack.c

Modified: httpd/httpd/trunk/modules/metadata/mod_usertrack.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/metadata/mod_usertrack.c?rev=1874480&r1=1874479&r2=1874480&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/metadata/mod_usertrack.c (original)
+++ httpd/httpd/trunk/modules/metadata/mod_usertrack.c Tue Feb 25 08:02:23 2020
@@ -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"),