diff options
| author | jvoisin | 2021-04-28 23:08:49 +0200 |
|---|---|---|
| committer | jvoisin | 2021-04-28 23:08:49 +0200 |
| commit | 4dc67f99e579d7c6e147a5388b079ca627186bbf (patch) | |
| tree | 54ddf782935318e6311b06cba8b8684ab3a2ded9 /src/sp_utils.c | |
| parent | 8496968ef07dadac2657206e059520675c5eb28a (diff) | |
A pass of clang-format
Diffstat (limited to 'src/sp_utils.c')
| -rw-r--r-- | src/sp_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c index a1fa400..3d2dfcc 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c | |||
| @@ -19,7 +19,7 @@ const char* get_ipaddr() { | |||
| 19 | return fwd_ip; | 19 | return fwd_ip; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | return default_ipaddr; | 22 | return default_ipaddr; |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | void sp_log_msgf(char const* restrict feature, int level, int type, | 25 | void sp_log_msgf(char const* restrict feature, int level, int type, |
