]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix indentation
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 25 Jan 2020 09:43:24 +0000 (09:43 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 25 Jan 2020 09:43:24 +0000 (09:43 +0000)
lualib/lua_cfg_transform.lua

index 33c24875b3913790bb2360561fafa017a3d98194..53c74da9ed62781435b6f45a66df96b55d3bdb68 100644 (file)
@@ -449,7 +449,9 @@ return function(cfg)
     if cfg[mod] then
       if cfg[mod].auth_only ~= nil then
         if cfg[mod].sign_authenticated ~= nil then
-         logger.warnx(rspamd_config, 'both auth_only (%s) and sign_authenticated (%s) for %s are specified, prefer auth_only', cfg[mod].auth_only, cfg[mod].sign_authenticated, mod)
+          logger.warnx(rspamd_config,
+              'both auth_only (%s) and sign_authenticated (%s) for %s are specified, prefer auth_only',
+              cfg[mod].auth_only, cfg[mod].sign_authenticated, mod)
         end
         cfg[mod].sign_authenticated = cfg[mod].auth_only
       end