aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_aaudio.cpp
diff options
context:
space:
mode:
authorivan-matveev <[email protected]>2022-08-26 00:23:46 +0300
committerPaul Adenot <[email protected]>2022-09-06 14:38:56 +0200
commit4783607ecc09e9493677a9c4e3db95f78d87409a (patch)
tree10f507541bed2b7cecf4537f02d1fb7e9280f274 /src/cubeb_aaudio.cpp
parentd93c82fdd28c681fd1579944cc1c240d242c4c4b (diff)
downloadcubeb-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.cpp2
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;
}