Skip to content

Commit

Permalink
tmx: 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 6e7a441 commit 18059dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/tmx/tmx_mod.c
Expand Up @@ -1082,6 +1082,7 @@ unsigned long tmx_stats_rld_rcv_rpls(void)
/**
*
*/
/* clang-format off */
static sr_kemi_t sr_kemi_tmx_exports[] = {
{ str_init("tmx"), str_init("t_precheck_trans"),
SR_KEMIP_INT, t_precheck_trans,
Expand Down Expand Up @@ -1166,6 +1167,7 @@ static sr_kemi_t sr_kemi_tmx_exports[] = {

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

/**
*
Expand Down

0 comments on commit 18059dc

Please sign in to comment.