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/ui/ui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/ui') diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index 828a8e1..ddc7f9d 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -36,6 +36,8 @@ #include #include +// clang-format off + #define LV2_UI_URI "http://lv2plug.in/ns/extensions/ui" ///< http://lv2plug.in/ns/extensions/ui #define LV2_UI_PREFIX LV2_UI_URI "#" ///< http://lv2plug.in/ns/extensions/ui# @@ -74,6 +76,8 @@ #define LV2_UI__foregroundColor LV2_UI_PREFIX "foregroundColor" ///< http://lv2plug.in/ns/extensions/ui#foregroundColor #define LV2_UI__backgroundColor LV2_UI_PREFIX "backgroundColor" ///< http://lv2plug.in/ns/extensions/ui#backgroundColor +// clang-format on + /** The index returned by LV2UI_Port_Map::port_index() for unknown ports. */ -- cgit v1.2.1