style: disable indent for delicate places

This commit is contained in:
Snaipe 2016-09-05 20:45:46 +02:00
parent f72ffff3ca
commit ec7cbe2a18

View file

@ -47,6 +47,8 @@ extern volatile bool is_extern_worker;
} \
} while (0)
/* *INDENT-OFF* - remove when https://github.com/uncrustify/uncrustify/issues/667
gets fixed */
# define criterion_message(Kind, ...) \
(criterion_protocol_msg) { \
.version = PROTOCOL_V1, \
@ -64,5 +66,6 @@ extern volatile bool is_extern_worker;
} \
} \
}
/* *INDENT-ON* */
#endif /* !PROTOCOL_H_ */