summaryrefslogtreecommitdiff
path: root/src/sp_utils.c
diff options
context:
space:
mode:
authorjvoisin2021-04-28 23:08:49 +0200
committerjvoisin2021-04-28 23:08:49 +0200
commit4dc67f99e579d7c6e147a5388b079ca627186bbf (patch)
tree54ddf782935318e6311b06cba8b8684ab3a2ded9 /src/sp_utils.c
parent8496968ef07dadac2657206e059520675c5eb28a (diff)
A pass of clang-format
Diffstat (limited to 'src/sp_utils.c')
-rw-r--r--src/sp_utils.c2
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
25void sp_log_msgf(char const* restrict feature, int level, int type, 25void sp_log_msgf(char const* restrict feature, int level, int type,