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/event/event.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/event/event.h') diff --git a/lv2/event/event.h b/lv2/event/event.h index 7128c66..9a7fec4 100644 --- a/lv2/event/event.h +++ b/lv2/event/event.h @@ -29,6 +29,8 @@ #ifndef LV2_EVENT_H #define LV2_EVENT_H +// clang-format off + #define LV2_EVENT_URI "http://lv2plug.in/ns/ext/event" ///< http://lv2plug.in/ns/ext/event #define LV2_EVENT_PREFIX LV2_EVENT_URI "#" ///< http://lv2plug.in/ns/ext/event# @@ -43,6 +45,8 @@ #define LV2_EVENT__supportsEvent LV2_EVENT_PREFIX "supportsEvent" ///< http://lv2plug.in/ns/ext/event#supportsEvent #define LV2_EVENT__supportsTimeStamp LV2_EVENT_PREFIX "supportsTimeStamp" ///< http://lv2plug.in/ns/ext/event#supportsTimeStamp +// clang-format on + #define LV2_EVENT_AUDIO_STAMP 0 ///< Special timestamp type for audio frames #include "lv2/core/attributes.h" -- cgit v1.2.1