diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c index 7f03a5925b1..20282a6a4b6 100644 --- a/src/modules/htable/htable.c +++ b/src/modules/htable/htable.c @@ -1709,6 +1709,7 @@ static int htable_init_rpc(void) /** * */ +/* clang-format off */ static sr_kemi_t sr_kemi_htable_exports[] = { { str_init("htable"), str_init("sht_lock"), SR_KEMIP_INT, ki_ht_slot_lock, @@ -1818,6 +1819,7 @@ static sr_kemi_t sr_kemi_htable_exports[] = { { {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } } }; +/* clang-format on */ /** *