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/morph/morph.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/morph/morph.h') diff --git a/lv2/morph/morph.h b/lv2/morph/morph.h index 6cef7ac..eab8c2e 100644 --- a/lv2/morph/morph.h +++ b/lv2/morph/morph.h @@ -28,6 +28,8 @@ #ifndef LV2_MORPH_H #define LV2_MORPH_H +// clang-format off + #define LV2_MORPH_URI "http://lv2plug.in/ns/ext/morph" ///< http://lv2plug.in/ns/ext/morph #define LV2_MORPH_PREFIX LV2_MORPH_URI "#" ///< http://lv2plug.in/ns/ext/morph# @@ -37,6 +39,8 @@ #define LV2_MORPH__supportsType LV2_MORPH_PREFIX "supportsType" ///< http://lv2plug.in/ns/ext/morph#supportsType #define LV2_MORPH__currentType LV2_MORPH_PREFIX "currentType" ///< http://lv2plug.in/ns/ext/morph#currentType +// clang-format on + #endif /* LV2_MORPH_H */ /** -- cgit v1.2.1