aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_jack.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_jack.cpp
parentd93c82fdd28c681fd1579944cc1c240d242c4c4b (diff)
downloadcubeb-4783607ecc09e9493677a9c4e3db95f78d87409a.tar.gz
cubeb-4783607ecc09e9493677a9c4e3db95f78d87409a.zip
Remove comments after #endif to fix clang-format errors.
Diffstat (limited to 'src/cubeb_jack.cpp')
-rw-r--r--src/cubeb_jack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_jack.cpp b/src/cubeb_jack.cpp
index 28ca67c..d851c79 100644
--- a/src/cubeb_jack.cpp
+++ b/src/cubeb_jack.cpp
@@ -791,7 +791,7 @@ cbjack_destroy(cubeb * context)
#ifndef DISABLE_LIBJACK_DLOPEN
if (context->libjack)
dlclose(context->libjack);
-#endif // DISABLE_LIBJACK_DLOPEN
+#endif
free(context);
}