Skip to content

Commit

Permalink
lib: suppress formatting on yang.c module array
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
  • Loading branch information
qlyoung committed Apr 16, 2020
1 parent bec74cc commit 40664f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/yang.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static const char *yang_module_imp_clb(const char *mod_name,
return NULL;
}

/* clang-format off */
static const char *const frr_native_modules[] = {
"frr-interface",
"frr-vrf",
Expand All @@ -81,6 +82,7 @@ static const char *const frr_native_modules[] = {
"frr-vrrpd",
"frr-zebra",
};
/* clang-format on */

/* Generate the yang_modules tree. */
static inline int yang_module_compare(const struct yang_module *a,
Expand Down

0 comments on commit 40664f1

Please sign in to comment.