plugins: Apply clang-format 22 formatting

This commit is contained in:
PatTheMav
2026-06-13 00:04:50 +02:00
committed by Ryan Foster
parent 4969a4f5a3
commit cb9b4f119a
10 changed files with 41 additions and 33 deletions

View File

@@ -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);