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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lv2/resize-port/resize-port.h b/lv2/resize-port/resize-port.h
index 9c7a0d8..068001c 100644
--- a/lv2/resize-port/resize-port.h
+++ b/lv2/resize-port/resize-port.h
@@ -14,6 +14,9 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#ifndef LV2_RESIZE_PORT_H
+#define LV2_RESIZE_PORT_H
+
/**
@defgroup resize-port Resize Port
@ingroup lv2
@@ -23,9 +26,6 @@
@{
*/
-#ifndef LV2_RESIZE_PORT_H
-#define LV2_RESIZE_PORT_H
-
#include <stddef.h>
#include <stdint.h>
@@ -82,8 +82,8 @@ typedef struct {
} /* extern "C" */
#endif
-#endif /* LV2_RESIZE_PORT_H */
-
/**
@}
*/
+
+#endif /* LV2_RESIZE_PORT_H */