diff options
author | David Robillard <d@drobilla.net> | 2022-12-10 15:21:32 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-11 13:15:02 -0500 |
commit | 8adcececdb37a3b0c547ed59ad49d9fd7b69eae9 (patch) | |
tree | a4988033bf0e3e2c6d8af516a67a38f54c7c6203 /include/lv2/presets | |
parent | 3c79698806163325b68d6ce249044685e8fcc848 (diff) | |
download | lv2-8adcececdb37a3b0c547ed59ad49d9fd7b69eae9.tar.xz |
Clean up include guards
Diffstat (limited to 'include/lv2/presets')
-rw-r--r-- | include/lv2/presets/presets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lv2/presets/presets.h b/include/lv2/presets/presets.h index 7100605..ecd23a2 100644 --- a/include/lv2/presets/presets.h +++ b/include/lv2/presets/presets.h @@ -1,8 +1,8 @@ // Copyright 2012-2016 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#ifndef LV2_PRESETS_H -#define LV2_PRESETS_H +#ifndef LV2_PRESETS_PRESETS_H +#define LV2_PRESETS_PRESETS_H /** @defgroup presets Presets @@ -32,4 +32,4 @@ @} */ -#endif /* LV2_PRESETS_H */ +#endif // LV2_PRESETS_PRESETS_H |