Skip to content

Commit

Permalink
siputils: 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

(cherry picked from commit 3f859cf)
  • Loading branch information
linuxmaniac authored and miconda committed Jan 8, 2020
1 parent 112729e commit 480095d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/siputils/siputils.c
Expand Up @@ -479,6 +479,7 @@ static int ki_is_uri(sip_msg_t* msg, str* suri)
/**
*
*/
/* clang-format off */
static sr_kemi_t sr_kemi_siputils_exports[] = {
{ str_init("siputils"), str_init("has_totag"),
SR_KEMIP_INT, has_totag,
Expand Down Expand Up @@ -548,6 +549,7 @@ static sr_kemi_t sr_kemi_siputils_exports[] = {

{ {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } }
};
/* clang-format on */

/**
*
Expand Down

0 comments on commit 480095d

Please sign in to comment.