aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/options
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/options')
-rw-r--r--lv2/options/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/options/options.h b/lv2/options/options.h
index c8c6a43..7b43bd1 100644
--- a/lv2/options/options.h
+++ b/lv2/options/options.h
@@ -33,6 +33,8 @@
#include <stdint.h>
+// clang-format off
+
#define LV2_OPTIONS_URI "http://lv2plug.in/ns/ext/options" ///< http://lv2plug.in/ns/ext/options
#define LV2_OPTIONS_PREFIX LV2_OPTIONS_URI "#" ///< http://lv2plug.in/ns/ext/options#
@@ -42,6 +44,8 @@
#define LV2_OPTIONS__requiredOption LV2_OPTIONS_PREFIX "requiredOption" ///< http://lv2plug.in/ns/ext/options#requiredOption
#define LV2_OPTIONS__supportedOption LV2_OPTIONS_PREFIX "supportedOption" ///< http://lv2plug.in/ns/ext/options#supportedOption
+// clang-format on
+
#ifdef __cplusplus
extern "C" {
#endif