From eae946b80f7d7532178089ee124c5e8bee9903f9 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 2 Sep 2020 09:43:48 +0200 Subject: [PATCH] Add clang-format off/on for SIZEOF_INT --- cmake/config.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/config.h.in b/cmake/config.h.in index 30393c84f..9e764223d 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -52,7 +52,9 @@ # pragma clang diagnostic pop #endif +// clang-format off #define SIZEOF_INT @SIZEOF_INT@ +// clang-format on #cmakedefine MTR_ENABLED -- 2.47.3