aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2023-05-02 16:18:52 +0200
committerPaul Adenot <[email protected]>2023-05-17 10:57:17 +0200
commitda01c85243a96b86db7cb03b0009faf380486be4 (patch)
tree20f819219be65fcdc5179e267382869a18477cf4 /src
parent5e12bb870def1815b146e1820eb4a55ec63ea3c4 (diff)
downloadcubeb-da01c85243a96b86db7cb03b0009faf380486be4.tar.gz
cubeb-da01c85243a96b86db7cb03b0009faf380486be4.zip
Run clang-format-15 on the codebase -- fix a single difference
Diffstat (limited to 'src')
-rw-r--r--src/cubeb_opensl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cubeb_opensl.c b/src/cubeb_opensl.c
index ba9f208..2a8e4a2 100644
--- a/src/cubeb_opensl.c
+++ b/src/cubeb_opensl.c
@@ -32,7 +32,7 @@
#ifdef LOG
#undef LOG
#endif
-//#define LOGGING_ENABLED
+// #define LOGGING_ENABLED
#ifdef LOGGING_ENABLED
#define LOG(args...) \
__android_log_print(ANDROID_LOG_INFO, "Cubeb_OpenSL", ##args)
@@ -40,7 +40,7 @@
#define LOG(...)
#endif
-//#define TIMESTAMP_ENABLED
+// #define TIMESTAMP_ENABLED
#ifdef TIMESTAMP_ENABLED
#define FILENAME \
(strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)