diff --git a/src/modules/auth_db/auth_db_mod.c b/src/modules/auth_db/auth_db_mod.c index 5ce553f3a48..faea44f612b 100644 --- a/src/modules/auth_db/auth_db_mod.c +++ b/src/modules/auth_db/auth_db_mod.c @@ -438,6 +438,7 @@ int parse_aaa_pvs(char *definition, pv_elem_t **pv_def, int *cnt) /** * */ +/* clang-format off */ static sr_kemi_t sr_kemi_auth_db_exports[] = { { str_init("auth_db"), str_init("auth_check"), SR_KEMIP_INT, auth_check, @@ -452,6 +453,7 @@ static sr_kemi_t sr_kemi_auth_db_exports[] = { { {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } } }; +/* clang-format on */ /** *