diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-07-26 10:49:23 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-07-26 10:49:23 +0100 |
commit | 537a7180a0d5132c11636c4fd8b1450cd99d352c (patch) | |
tree | fb9f8c84955a411bdffbd6371ea32f2716fb3687 /src/lua/lua_map.h | |
parent | 5fd7a90fdaa33f52c59bdb0ca84451e5c1e22365 (diff) | |
download | rspamd-537a7180a0d5132c11636c4fd8b1450cd99d352c.tar.gz rspamd-537a7180a0d5132c11636c4fd8b1450cd99d352c.zip |
[Rework] Use clang-format to unify formatting in all sources
No meaningful changes.
Diffstat (limited to 'src/lua/lua_map.h')
-rw-r--r-- | src/lua/lua_map.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lua/lua_map.h b/src/lua/lua_map.h index 7b18df7a5..70677deaf 100644 --- a/src/lua/lua_map.h +++ b/src/lua/lua_map.h @@ -18,20 +18,20 @@ #include "lua_common.h" -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif -LUA_PUBLIC_FUNCTION_DEF (config, add_radix_map); -LUA_PUBLIC_FUNCTION_DEF (config, radix_from_config); -LUA_PUBLIC_FUNCTION_DEF (config, radix_from_ucl); -LUA_PUBLIC_FUNCTION_DEF (config, add_map); -LUA_PUBLIC_FUNCTION_DEF (config, add_hash_map); -LUA_PUBLIC_FUNCTION_DEF (config, add_kv_map); -LUA_PUBLIC_FUNCTION_DEF (config, add_map); -LUA_PUBLIC_FUNCTION_DEF (config, get_maps); +LUA_PUBLIC_FUNCTION_DEF(config, add_radix_map); +LUA_PUBLIC_FUNCTION_DEF(config, radix_from_config); +LUA_PUBLIC_FUNCTION_DEF(config, radix_from_ucl); +LUA_PUBLIC_FUNCTION_DEF(config, add_map); +LUA_PUBLIC_FUNCTION_DEF(config, add_hash_map); +LUA_PUBLIC_FUNCTION_DEF(config, add_kv_map); +LUA_PUBLIC_FUNCTION_DEF(config, add_map); +LUA_PUBLIC_FUNCTION_DEF(config, get_maps); -#ifdef __cplusplus +#ifdef __cplusplus } #endif |