diff options
Diffstat (limited to 'lv2/port-props')
-rw-r--r-- | lv2/port-props/port-props.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lv2/port-props/port-props.h b/lv2/port-props/port-props.h index e5a5394..a413d54 100644 --- a/lv2/port-props/port-props.h +++ b/lv2/port-props/port-props.h @@ -14,6 +14,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef LV2_PORT_PROPS_H +#define LV2_PORT_PROPS_H + /** @defgroup port-props Port Properties @ingroup lv2 @@ -23,9 +26,6 @@ @{ */ -#ifndef LV2_PORT_PROPS_H -#define LV2_PORT_PROPS_H - // clang-format off #define LV2_PORT_PROPS_URI "http://lv2plug.in/ns/ext/port-props" ///< http://lv2plug.in/ns/ext/port-props @@ -46,8 +46,8 @@ // clang-format on -#endif /* LV2_PORT_PROPS_H */ - /** @} */ + +#endif /* LV2_PORT_PROPS_H */ |