From 9f5e8d12f05fb24c915a5266a1e908a75c8aed08 Mon Sep 17 00:00:00 2001 From: Thibault "bui" Koechlin Date: Thu, 28 Dec 2017 17:04:06 +0100 Subject: Clang-format pass - `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h` - Update the documentation accordingly--- src/sp_network_utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sp_network_utils.c') diff --git a/src/sp_network_utils.c b/src/sp_network_utils.c index 6fc0b1f..51911a8 100644 --- a/src/sp_network_utils.c +++ b/src/sp_network_utils.c @@ -91,9 +91,9 @@ int get_ip_and_cidr(char *ip, sp_cidr *cidr) { char *mask = strchr(ip, '/'); if (NULL == mask) { - sp_log_err("config", - "'%s' isn't a valid network mask, it seems that you forgot a '/'.", - ip); + sp_log_err( + "config", + "'%s' isn't a valid network mask, it seems that you forgot a '/'.", ip); return -1; } -- cgit v1.3