diff options
author | Paul Adenot <[email protected]> | 2023-05-02 16:18:52 +0200 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2023-05-02 16:18:52 +0200 |
commit | 2d817de7c58b33a7c045edf873f3f9c98e4a2082 (patch) | |
tree | 20f819219be65fcdc5179e267382869a18477cf4 | |
parent | 5267a44443dc80db05a80db0f9004f6c538c1b29 (diff) | |
download | cubeb-2d817de7c58b33a7c045edf873f3f9c98e4a2082.tar.gz cubeb-2d817de7c58b33a7c045edf873f3f9c98e4a2082.zip |
Run clang-format-15 on the codebase -- fix a single differencewasapi_render_loop_lifecycle_rebase
-rw-r--r-- | src/cubeb_opensl.c | 4 |
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__) |