aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/presets
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/presets')
-rw-r--r--lv2/presets/presets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/presets/presets.h b/lv2/presets/presets.h
index 2fc9799..40c1892 100644
--- a/lv2/presets/presets.h
+++ b/lv2/presets/presets.h
@@ -28,6 +28,8 @@
#ifndef LV2_PRESETS_H
#define LV2_PRESETS_H
+// clang-format off
+
#define LV2_PRESETS_URI "http://lv2plug.in/ns/ext/presets" ///< http://lv2plug.in/ns/ext/presets
#define LV2_PRESETS_PREFIX LV2_PRESETS_URI "#" ///< http://lv2plug.in/ns/ext/presets#
@@ -37,6 +39,8 @@
#define LV2_PRESETS__preset LV2_PRESETS_PREFIX "preset" ///< http://lv2plug.in/ns/ext/presets#preset
#define LV2_PRESETS__value LV2_PRESETS_PREFIX "value" ///< http://lv2plug.in/ns/ext/presets#value
+// clang-format on
+
#endif /* LV2_PRESETS_H */
/**