Skip to content

Commit

Permalink
auth_db: 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 52f2979)
  • Loading branch information
linuxmaniac authored and miconda committed Jan 8, 2020
1 parent 71bbd31 commit 6e8209e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/auth_db/auth_db_mod.c
Expand Up @@ -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,
Expand All @@ -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 */

/**
*
Expand Down

0 comments on commit 6e8209e

Please sign in to comment.