commit 2cf0beb: [Minor] Fix misguiding indentation

Vsevolod Stakhov vsevolod at highsecure.ru
Thu Dec 27 18:28:09 UTC 2018


Author: Vsevolod Stakhov
Date: 2018-12-15 21:12:07 +0000
URL: https://github.com/rspamd/rspamd/commit/2cf0beb5d0da35aceed32543e7602e606888dcfa

[Minor] Fix misguiding indentation

---
 src/lua/lua_dns.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/lua/lua_dns.c b/src/lua/lua_dns.c
index f9b8ff9c6..7b07f4003 100644
--- a/src/lua/lua_dns.c
+++ b/src/lua/lua_dns.c
@@ -119,19 +119,19 @@ lua_dns_request (lua_State *L)
 							   to_resolve) != NULL);
 	}
 	else {
-	if (forced) {
+		if (forced) {
 			ret = make_dns_request_task_forced (task,
-												lua_dns_callback,
-												cbdata,
-												type,
-												to_resolve);
+					lua_dns_callback,
+					cbdata,
+					type,
+					to_resolve);
 		}
 		else {
 			ret = make_dns_request_task (task,
-										 lua_dns_callback,
-										 cbdata,
-										 type,
-										 to_resolve);
+					lua_dns_callback,
+					cbdata,
+					type,
+					to_resolve);
 		}
 	}
 


More information about the Commits mailing list