Skip to content

Commit

Permalink
rr: add clang-format directives to skip format on kemi_exports
Browse files Browse the repository at this point in the history
format is important for generating docs by our python tool
  • Loading branch information
linuxmaniac committed Dec 9, 2019
1 parent 49903d1 commit 3d5d727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/rr/rr_mod.c
Expand Up @@ -759,6 +759,7 @@ static int pv_get_rdir(sip_msg_t *msg, pv_param_t *param, pv_value_t *res)
/**
*
*/
/* clang-format off */
static sr_kemi_t sr_kemi_rr_exports[] = {
{ str_init("rr"), str_init("record_route"),
SR_KEMIP_INT, ki_record_route,
Expand Down Expand Up @@ -807,6 +808,7 @@ static sr_kemi_t sr_kemi_rr_exports[] = {
},
{ {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } }
};
/* clang-format on */

/**
*
Expand Down

0 comments on commit 3d5d727

Please sign in to comment.