diff --git a/src/modules/tm/tm.c b/src/modules/tm/tm.c index 6cbdaf1776c..925207db66f 100644 --- a/src/modules/tm/tm.c +++ b/src/modules/tm/tm.c @@ -2902,6 +2902,7 @@ static int ki_t_relay_to_flags(sip_msg_t *msg, int rflags) /** * */ +/* clang-format off */ static sr_kemi_t tm_kemi_exports[] = { { str_init("tm"), str_init("t_relay"), SR_KEMIP_INT, ki_t_relay, @@ -3151,7 +3152,7 @@ static sr_kemi_t tm_kemi_exports[] = { { {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } } }; - +/* clang-format on */ int mod_register(char *path, int *dlflags, void *p1, void *p2) {