diff options
author | ivan-matveev <[email protected]> | 2022-08-26 00:23:46 +0300 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2022-09-06 14:38:56 +0200 |
commit | 4783607ecc09e9493677a9c4e3db95f78d87409a (patch) | |
tree | 10f507541bed2b7cecf4537f02d1fb7e9280f274 /src/cubeb_aaudio.cpp | |
parent | d93c82fdd28c681fd1579944cc1c240d242c4c4b (diff) | |
download | cubeb-4783607ecc09e9493677a9c4e3db95f78d87409a.tar.gz cubeb-4783607ecc09e9493677a9c4e3db95f78d87409a.zip |
Remove comments after #endif to fix clang-format errors.
Diffstat (limited to 'src/cubeb_aaudio.cpp')
-rw-r--r-- | src/cubeb_aaudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_aaudio.cpp b/src/cubeb_aaudio.cpp index 9aecb9b..2ac67c2 100644 --- a/src/cubeb_aaudio.cpp +++ b/src/cubeb_aaudio.cpp @@ -467,7 +467,7 @@ aaudio_destroy(cubeb * ctx) if (ctx->libaaudio) { dlclose(ctx->libaaudio); } -#endif // #ifndef DISABLE_LIBAAUDIO_DLOPEN +#endif delete ctx; } |