]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
convert tabs to spaces 5871/head
authorKonstantin Zangerle <konstantin.zangerle@kit.edu>
Tue, 3 Feb 2026 16:28:19 +0000 (17:28 +0100)
committerKonstantin Zangerle <konstantin.zangerle@kit.edu>
Tue, 3 Feb 2026 16:28:19 +0000 (17:28 +0100)
src/plugins/lua/ratelimit.lua

index 5689a08dbe5c70b1e9c479eda7ea91597de66621..0fad84798f7f4e84f1dbab617ae39fde97a789a7 100644 (file)
@@ -569,8 +569,8 @@ local function ratelimit_update_cb(task)
       lua_util.debugm(N,
         task,
         "run bucket_update script, verdict %s, with mult_rate %s, mult_burst %s, max_rate %s, max_bucket %s, dyn_rate_enabled %s",
-       verdict,
-       tostring(mult_rate),
+        verdict,
+        tostring(mult_rate),
         tostring(mult_burst),
         tostring(bucket.max_rate_mult),
         tostring(bucket.max_bucket_mult),