Hi,
On 18/5/23 12:54, Henning Westerholt wrote:
Module: kamailio
Branch: master
Commit: 6183319381573e42b882d05ae1748539f7547d8c
URL:
https://github.com/kamailio/kamailio/commit/6183319381573e42b882d05ae174853…
We have to find a way to enforce clang-format. First commit after the huge merge...
now it doesn't pass the check.
diff --git a/src/modules/dispatcher/dispatch.c
b/src/modules/dispatcher/dispatch.c
index f0322a6b57..e8d7886ec9 100644
--- a/src/modules/dispatcher/dispatch.c
+++ b/src/modules/dispatcher/dispatch.c
@@ -1869,7 +1869,8 @@ static inline int ds_push_dst(
break;
}
if(sock) {
- LM_DBG("set send socket to %.*s\n", sock->sock_str.len,
sock->sock_str.s);
+ LM_DBG("set send socket to %.*s\n", sock->sock_str.len,
+ sock->sock_str.s);
set_force_socket(msg, sock);
}
return 0;
--
-----------------------------------------------------------------
| ,''`. Victor Seva |
| : :' : linuxmaniac(a)torreviejawireless.org |
| `. `' PGP Key ID: 0x51A09B18CF5A5068 |
| `- Debian Developer |
-----------------------------------------------------------------