aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/resize-port
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 15:21:32 -0500
committerDavid Robillard <d@drobilla.net>2022-12-11 13:15:02 -0500
commit8adcececdb37a3b0c547ed59ad49d9fd7b69eae9 (patch)
treea4988033bf0e3e2c6d8af516a67a38f54c7c6203 /include/lv2/resize-port
parent3c79698806163325b68d6ce249044685e8fcc848 (diff)
downloadlv2-8adcececdb37a3b0c547ed59ad49d9fd7b69eae9.tar.xz
Clean up include guards
Diffstat (limited to 'include/lv2/resize-port')
-rw-r--r--include/lv2/resize-port/resize-port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lv2/resize-port/resize-port.h b/include/lv2/resize-port/resize-port.h
index cd4828e..7593a6d 100644
--- a/include/lv2/resize-port/resize-port.h
+++ b/include/lv2/resize-port/resize-port.h
@@ -1,8 +1,8 @@
// Copyright 2007-2016 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#ifndef LV2_RESIZE_PORT_H
-#define LV2_RESIZE_PORT_H
+#ifndef LV2_RESIZE_PORT_RESIZE_PORT_H
+#define LV2_RESIZE_PORT_RESIZE_PORT_H
/**
@defgroup resize-port Resize Port
@@ -73,4 +73,4 @@ typedef struct {
@}
*/
-#endif /* LV2_RESIZE_PORT_H */
+#endif // LV2_RESIZE_PORT_RESIZE_PORT_H