]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/digest/Config.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / digest / Config.cc
index 586a32016c681f9e154a8ebd523b9eada0bf7bb7..5e08a3847d1026c02338f223df077cd32d79362b 100644 (file)
@@ -593,13 +593,13 @@ Auth::Digest::Config::done()
 }
 
 Auth::Digest::Config::Config() :
-        nonceGCInterval(5*60),
-        noncemaxduration(30*60),
-        noncemaxuses(50),
-        NonceStrictness(0),
-        CheckNonceCount(1),
-        PostWorkaround(0),
-        utf8(0)
+    nonceGCInterval(5*60),
+    noncemaxduration(30*60),
+    noncemaxuses(50),
+    NonceStrictness(0),
+    CheckNonceCount(1),
+    PostWorkaround(0),
+    utf8(0)
 {}
 
 void
@@ -1087,3 +1087,4 @@ Auth::Digest::Config::decode(char const *proxy_auth, const char *aRequestRealm)
 
     return digest_request;
 }
+