]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] codestyle 2385/head
authorMikhail Galanin <mgalanin@mimecast.com>
Tue, 31 Jul 2018 15:11:04 +0000 (16:11 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Tue, 31 Jul 2018 15:11:04 +0000 (16:11 +0100)
src/lua/lua_task.c
src/lua/lua_util.c

index e4fcea3a4cad3d14a45f1f8406c74d39ce8a1a74..0b999d89eba39cfe17c35b709c8cf62f9ace2408 100644 (file)
@@ -1307,7 +1307,7 @@ lua_task_load_from_string (lua_State * L)
 {
        struct rspamd_task *task = NULL, **ptask;
        const gchar *str_message = luaL_checkstring (L, 1), *err = NULL;
-       gsize message_len = lua_strlen(L, 1);
+       gsize message_len = lua_strlen (L, 1);
        struct rspamd_config *cfg = NULL;
        gboolean res = FALSE;
 
index f0feb7f2e26aa7988ff150bbc8025a4fa0e267f1..af1c13ad20d75c359be19a9975a63aee44502e7d 100644 (file)
@@ -666,7 +666,7 @@ lua_util_load_rspamd_config (lua_State *L)
 }
 
 static gint
-parse_config_options(const char *str_options)
+parse_config_options (const char *str_options)
 {
        gint ret = 0;
        gchar **vec;