core: fix system-path.cc formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user