From c2816ab42b458c9c5202197b3df665340f57dddd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Dec 2020 15:00:50 +0100 Subject: Add clang-format suppression comments --- lv2/state/state.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/state') diff --git a/lv2/state/state.h b/lv2/state/state.h index 9efb08a..9430f63 100644 --- a/lv2/state/state.h +++ b/lv2/state/state.h @@ -34,6 +34,8 @@ #include #include +// clang-format off + #define LV2_STATE_URI "http://lv2plug.in/ns/ext/state" ///< http://lv2plug.in/ns/ext/state #define LV2_STATE_PREFIX LV2_STATE_URI "#" ///< http://lv2plug.in/ns/ext/state# @@ -47,6 +49,8 @@ #define LV2_STATE__threadSafeRestore LV2_STATE_PREFIX "threadSafeRestore" ///< http://lv2plug.in/ns/ext/state#threadSafeRestore #define LV2_STATE__StateChanged LV2_STATE_PREFIX "StateChanged" ///< http://lv2plug.in/ns/ext/state#StateChanged +// clang-format on + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1