style: disable indent for delicate places
This commit is contained in:
parent
f72ffff3ca
commit
ec7cbe2a18
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,8 @@ extern volatile bool is_extern_worker;
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
/* *INDENT-OFF* - remove when https://github.com/uncrustify/uncrustify/issues/667
|
||||||
|
gets fixed */
|
||||||
# define criterion_message(Kind, ...) \
|
# define criterion_message(Kind, ...) \
|
||||||
(criterion_protocol_msg) { \
|
(criterion_protocol_msg) { \
|
||||||
.version = PROTOCOL_V1, \
|
.version = PROTOCOL_V1, \
|
||||||
|
@ -64,5 +66,6 @@ extern volatile bool is_extern_worker;
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
#endif /* !PROTOCOL_H_ */
|
#endif /* !PROTOCOL_H_ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue