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_dns_resolver.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_dns_resolver.h')
-rw-r--r-- | src/lua/lua_dns_resolver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lua/lua_dns_resolver.h b/src/lua/lua_dns_resolver.h index ef42832a6..515e9ac7f 100644 --- a/src/lua/lua_dns_resolver.h +++ b/src/lua/lua_dns_resolver.h @@ -10,7 +10,6 @@ struct rdns_reply; * @param L * @param reply */ -void -lua_push_dns_reply (struct lua_State *L, const struct rdns_reply *reply); +void lua_push_dns_reply(struct lua_State *L, const struct rdns_reply *reply); #endif |