aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/efx.h
diff options
context:
space:
mode:
authorSven Göthel <sgothel@jausoft.com>2024-01-05 13:52:12 +0100
committerSven Göthel <sgothel@jausoft.com>2024-01-05 13:52:12 +0100
commitec98cdacc85ff0202852472c7756586437912f22 (patch)
tree42414746a27ab35cb8cdbc95af521d74821e57f4 /include/AL/efx.h
parentfd5269bec9a5fe4815974b1786a037e6a247bfd2 (diff)
parentb82cd2e60edb8fbe5fdd3567105ae76a016a554c (diff)
Merge remote-tracking branch 'upstream/master'HEADmaster
Diffstat (limited to 'include/AL/efx.h')
-rw-r--r--include/AL/efx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/AL/efx.h b/include/AL/efx.h
index f24222c3..1e93bf22 100644
--- a/include/AL/efx.h
+++ b/include/AL/efx.h
@@ -1,6 +1,7 @@
#ifndef AL_EFX_H
#define AL_EFX_H
+/* NOLINTBEGIN */
#include <float.h>
#include "alc.h"
@@ -758,5 +759,6 @@ AL_API void AL_APIENTRY alGetAuxiliaryEffectSlotfv(ALuint effectslot, ALenum par
#ifdef __cplusplus
} /* extern "C" */
#endif
+/* NOLINTEND */
#endif /* AL_EFX_H */