commit 6206931: [Minor] Fix indentation

Vsevolod Stakhov vsevolod at highsecure.ru
Sat Jan 25 09:56:07 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-01-25 09:43:24 +0000
URL: https://github.com/rspamd/rspamd/commit/62069313ae95e623bb075e30bdc6d022151179d4

[Minor] Fix indentation

---
 lualib/lua_cfg_transform.lua | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lualib/lua_cfg_transform.lua b/lualib/lua_cfg_transform.lua
index 33c24875b..53c74da9e 100644
--- a/lualib/lua_cfg_transform.lua
+++ b/lualib/lua_cfg_transform.lua
@@ -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


More information about the Commits mailing list