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/libserver/cfg_file_private.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/libserver/cfg_file_private.h')
-rw-r--r-- | src/libserver/cfg_file_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/cfg_file_private.h b/src/libserver/cfg_file_private.h index 8a88f6e3e..d221e8427 100644 --- a/src/libserver/cfg_file_private.h +++ b/src/libserver/cfg_file_private.h @@ -22,7 +22,7 @@ #define HASH_CASELESS #include "uthash_strcase.h" -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -39,7 +39,7 @@ struct rspamd_action { struct UT_hash_handle hh; /* Index by name */ }; -#ifdef __cplusplus +#ifdef __cplusplus } #endif |