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/patch/patch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/patch') diff --git a/lv2/patch/patch.h b/lv2/patch/patch.h index 6793ef8..6900a7d 100644 --- a/lv2/patch/patch.h +++ b/lv2/patch/patch.h @@ -31,6 +31,8 @@ #ifndef LV2_PATCH_H #define LV2_PATCH_H +// clang-format off + #define LV2_PATCH_URI "http://lv2plug.in/ns/ext/patch" ///< http://lv2plug.in/ns/ext/patch #define LV2_PATCH_PREFIX LV2_PATCH_URI "#" ///< http://lv2plug.in/ns/ext/patch# @@ -62,6 +64,8 @@ #define LV2_PATCH__wildcard LV2_PATCH_PREFIX "wildcard" ///< http://lv2plug.in/ns/ext/patch#wildcard #define LV2_PATCH__writable LV2_PATCH_PREFIX "writable" ///< http://lv2plug.in/ns/ext/patch#writable +// clang-format on + #endif /* LV2_PATCH_H */ /** -- cgit v1.2.1