Skip to content

Commit 3c2481f

Browse files
committed
prevent breaking cmake substitution with clang-format
1 parent 1292f1f commit 3c2481f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compile/include/JetReconstruction.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ extern "C" {
2121

2222
#include <stddef.h>
2323

24+
/* clang-format off */
2425
/** Compiler used to compiler JetReconstruction.jl package */
2526
#define @JETRECONSTRUCTION_COMPILER@ 1
27+
/* clang-format on */
2628

2729
/*Special states in a history.*/
2830

0 commit comments

Comments
 (0)