core: fix system-path.cc formatting

This commit is contained in:
Gabriel Ferreira
2022-10-29 09:18:53 -03:00
parent 0157675e40
commit ae5d44ce62

View File

@@ -318,7 +318,7 @@ MakeTemporaryDirectoryName()
char* path = nullptr;
path = std::getenv("TMP");
if (!path || std::strlen(path) == 0)
if (!path || std::strlen(path) == 0)
{
path = std::getenv("TEMP");
if (!path || std::strlen(path) == 0)