Skip to content

Commit

Permalink
auth: 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 d39dd54)
  • Loading branch information
linuxmaniac authored and miconda committed Jan 8, 2020
1 parent 72e0eb8 commit 71bbd31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/auth/auth_mod.c
Expand Up @@ -1211,6 +1211,7 @@ static int fixup_auth_get_www_authenticate(void **param, int param_no)
/**
*
*/
/* clang-format off */
static sr_kemi_t sr_kemi_auth_exports[] = {
{ str_init("auth"), str_init("consume_credentials"),
SR_KEMIP_INT, consume_credentials,
Expand All @@ -1235,6 +1236,7 @@ static sr_kemi_t sr_kemi_auth_exports[] = {

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

/**
*
Expand Down

0 comments on commit 71bbd31

Please sign in to comment.