From: Joel Rosdahl Date: Wed, 2 Sep 2020 07:43:48 +0000 (+0200) Subject: Add clang-format off/on for SIZEOF_INT X-Git-Tag: v4.0~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eae946b80f7d7532178089ee124c5e8bee9903f9;p=thirdparty%2Fccache.git Add clang-format off/on for SIZEOF_INT --- 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