1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Fix formatting

This commit is contained in:
Gymnasiast
2022-01-10 13:49:44 +01:00
parent 131022c373
commit f553268728
2 changed files with 2 additions and 3 deletions

View File

@@ -9,12 +9,13 @@
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) || defined(__FreeBSD__)
# include "platform.h"
# include "../core/Memory.hpp"
# include "../core/Path.hpp"
# include "../core/String.hpp"
# include "../localisation/Date.h"
# include "Platform2.h"
# include "platform.h"
# include <cerrno>
# include <clocale>

View File

@@ -169,8 +169,6 @@ time_t platform_file_get_modified_time(const utf8* path)
return 100;
}
datetime64 platform_get_datetime_now_utc()
{
const datetime64 epochAsTicks = 621355968000000000;