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/log/log.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/log/log.h') diff --git a/lv2/log/log.h b/lv2/log/log.h index 0d9cfeb..de940d9 100644 --- a/lv2/log/log.h +++ b/lv2/log/log.h @@ -28,6 +28,8 @@ #ifndef LV2_LOG_H #define LV2_LOG_H +// clang-format off + #define LV2_LOG_URI "http://lv2plug.in/ns/ext/log" ///< http://lv2plug.in/ns/ext/log #define LV2_LOG_PREFIX LV2_LOG_URI "#" ///< http://lv2plug.in/ns/ext/log# @@ -38,6 +40,8 @@ #define LV2_LOG__Warning LV2_LOG_PREFIX "Warning" ///< http://lv2plug.in/ns/ext/log#Warning #define LV2_LOG__log LV2_LOG_PREFIX "log" ///< http://lv2plug.in/ns/ext/log#log +// clang-format on + #include "lv2/urid/urid.h" #include -- cgit v1.2.1 ='master'>master LV2d@drobilla.net
aboutsummaryrefslogtreecommitdiffstats
path: root/waf