aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/uri-map
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-26 15:00:50 +0100
committerDavid Robillard <d@drobilla.net>2020-12-26 17:55:23 +0100
commitc2816ab42b458c9c5202197b3df665340f57dddd (patch)
tree1d367483a854d7117920f95b943fb01424b77529 /lv2/uri-map
parent64d4a4a46901b1b1ab4eaac4f3f57f8d353e42c5 (diff)
downloadlv2-c2816ab42b458c9c5202197b3df665340f57dddd.tar.xz
Add clang-format suppression comments
Diffstat (limited to 'lv2/uri-map')
-rw-r--r--lv2/uri-map/uri-map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/uri-map/uri-map.h b/lv2/uri-map/uri-map.h
index dac7447..d6d1122 100644
--- a/lv2/uri-map/uri-map.h
+++ b/lv2/uri-map/uri-map.h
@@ -36,9 +36,13 @@
#ifndef LV2_URI_MAP_H
#define LV2_URI_MAP_H
+// clang-format off
+
#define LV2_URI_MAP_URI "http://lv2plug.in/ns/ext/uri-map" ///< http://lv2plug.in/ns/ext/uri-map
#define LV2_URI_MAP_PREFIX LV2_URI_MAP_URI "#" ///< http://lv2plug.in/ns/ext/uri-map#
+// clang-format on
+
#include "lv2/core/attributes.h"
#include <stdint.h>