Skip to content

Commit

Permalink
pike: 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 48a9212)
  • Loading branch information
linuxmaniac authored and miconda committed Jan 8, 2020
1 parent 2593e8b commit 5e5e67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/pike/pike.c
Expand Up @@ -170,6 +170,7 @@ void pike_exit(void)
/**
*
*/
/* clang-format off */
static sr_kemi_t sr_kemi_pike_exports[] = {
{ str_init("pike"), str_init("pike_check_req"),
SR_KEMIP_INT, pike_check_req,
Expand All @@ -179,6 +180,7 @@ static sr_kemi_t sr_kemi_pike_exports[] = {

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

/**
*
Expand Down

0 comments on commit 5e5e67a

Please sign in to comment.