aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/resize-port/resize-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/resize-port/resize-port.h')
-rw-r--r--lv2/resize-port/resize-port.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/resize-port/resize-port.h b/lv2/resize-port/resize-port.h
index d3e1ebd..9c7a0d8 100644
--- a/lv2/resize-port/resize-port.h
+++ b/lv2/resize-port/resize-port.h
@@ -29,6 +29,8 @@
#include <stddef.h>
#include <stdint.h>
+// clang-format off
+
#define LV2_RESIZE_PORT_URI "http://lv2plug.in/ns/ext/resize-port" ///< http://lv2plug.in/ns/ext/resize-port
#define LV2_RESIZE_PORT_PREFIX LV2_RESIZE_PORT_URI "#" ///< http://lv2plug.in/ns/ext/resize-port#
@@ -36,6 +38,8 @@
#define LV2_RESIZE_PORT__minimumSize LV2_RESIZE_PORT_PREFIX "minimumSize" ///< http://lv2plug.in/ns/ext/resize-port#minimumSize
#define LV2_RESIZE_PORT__resize LV2_RESIZE_PORT_PREFIX "resize" ///< http://lv2plug.in/ns/ext/resize-port#resize
+// clang-format on
+
#ifdef __cplusplus
extern "C" {
#endif