[*] Clean up

This commit is contained in:
Reece Wilson 2022-03-08 01:36:12 +00:00
parent e1e1da8e1b
commit 6afe6c7342
2 changed files with 14 additions and 14 deletions

View File

@ -198,7 +198,7 @@ namespace Aurora::Time
AUKN_SYM tm ToCivilTime(AuInt64 time, bool UTC)
{
std::tm ret{};
std::tm ret {};
auto timet = MSToCTime(time);
if (UTC)
{