mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-25 08:09:53 -04:00
plugins: Apply clang-format 22 formatting
This commit is contained in:
@@ -148,8 +148,7 @@ template<typename T> using cf_ptr = unique_ptr<typename remove_pointer<T>::type>
|
||||
#ifndef _MSC_VER
|
||||
__attribute__((__format__(__printf__, 3, 4)))
|
||||
#endif
|
||||
static void
|
||||
log_to_dstr(DStr &str, ca_encoder *ca, const char *fmt, ...)
|
||||
static void log_to_dstr(DStr &str, ca_encoder *ca, const char *fmt, ...)
|
||||
{
|
||||
dstr prev_str = *static_cast<dstr *>(str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user