1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Reformat with clang-format-12 from updated CI image

This commit is contained in:
Michał Janiszewski
2021-12-12 17:48:52 +01:00
parent 0a31d9284b
commit 7b0e6ad0b6
13 changed files with 25 additions and 14 deletions

View File

@@ -9,9 +9,10 @@
#if !defined(DISABLE_HTTP) && (!defined(_WIN32) || (defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600))
# include "Http.h"
# include "../Version.h"
# include "../core/Console.hpp"
# include "Http.h"
# include <cstring>
# include <memory>