mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
chore: Update clang-format to 21.1.8 (#6352)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user