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/port-props/port-props.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/port-props/port-props.h') diff --git a/lv2/port-props/port-props.h b/lv2/port-props/port-props.h index eb55130..e5a5394 100644 --- a/lv2/port-props/port-props.h +++ b/lv2/port-props/port-props.h @@ -26,6 +26,8 @@ #ifndef LV2_PORT_PROPS_H #define LV2_PORT_PROPS_H +// clang-format off + #define LV2_PORT_PROPS_URI "http://lv2plug.in/ns/ext/port-props" ///< http://lv2plug.in/ns/ext/port-props #define LV2_PORT_PROPS_PREFIX LV2_PORT_PROPS_URI "#" ///< http://lv2plug.in/ns/ext/port-props# @@ -42,6 +44,8 @@ #define LV2_PORT_PROPS__supportsStrictBounds LV2_PORT_PROPS_PREFIX "supportsStrictBounds" ///< http://lv2plug.in/ns/ext/port-props#supportsStrictBounds #define LV2_PORT_PROPS__trigger LV2_PORT_PROPS_PREFIX "trigger" ///< http://lv2plug.in/ns/ext/port-props#trigger +// clang-format on + #endif /* LV2_PORT_PROPS_H */ /** -- cgit v1.2.1