format code

This commit is contained in:
2024-12-16 11:18:00 +08:00
parent 21bb965382
commit 047733d122

View File

@ -2,8 +2,7 @@
const wchar_t* get_config_path() { const wchar_t* get_config_path() {
static wchar_t path[MAX_PATH]; static wchar_t path[MAX_PATH];
if (!GetEnvironmentVariableW(L"SEGATOOLS_CONFIG_PATH", path, MAX_PATH)) if (!GetEnvironmentVariableW(L"SEGATOOLS_CONFIG_PATH", path, MAX_PATH)) {
{
return L".\\segatools.ini"; return L".\\segatools.ini";
} }