chore: Update clang-format to 21.1.8 (#6352)

This commit is contained in:
Sergey Kuznetsov
2026-02-16 19:31:18 +00:00
committed by GitHub
parent ac0ad3627f
commit 958d8f3754
60 changed files with 741 additions and 577 deletions

View File

@@ -19,9 +19,7 @@ getHTTPHeaderTimestamp()
char buffer[96];
time_t now;
time(&now);
struct tm now_gmt
{
};
struct tm now_gmt{};
#ifndef _MSC_VER
gmtime_r(&now, &now_gmt);
#else