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/presets/presets.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/presets') diff --git a/lv2/presets/presets.h b/lv2/presets/presets.h index 2fc9799..40c1892 100644 --- a/lv2/presets/presets.h +++ b/lv2/presets/presets.h @@ -28,6 +28,8 @@ #ifndef LV2_PRESETS_H #define LV2_PRESETS_H +// clang-format off + #define LV2_PRESETS_URI "http://lv2plug.in/ns/ext/presets" ///< http://lv2plug.in/ns/ext/presets #define LV2_PRESETS_PREFIX LV2_PRESETS_URI "#" ///< http://lv2plug.in/ns/ext/presets# @@ -37,6 +39,8 @@ #define LV2_PRESETS__preset LV2_PRESETS_PREFIX "preset" ///< http://lv2plug.in/ns/ext/presets#preset #define LV2_PRESETS__value LV2_PRESETS_PREFIX "value" ///< http://lv2plug.in/ns/ext/presets#value +// clang-format on + #endif /* LV2_PRESETS_H */ /** -- cgit v1.2.1