Skip to content

Commit 375f63a

Browse files
authored
fix indentation
1 parent 2786942 commit 375f63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/src/CmderLauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
329329
{
330330
if (!CopyFile(cpuCfgPath, cfgPath, FALSE))
331331
{
332-
if (PathFileExists(windowsTerminalDir)) {
332+
if (PathFileExists(windowsTerminalDir)) {
333333
MessageBox(NULL,
334334
(GetLastError() == ERROR_ACCESS_DENIED)
335335
? L"Failed to copy config/windows_terminal_%COMPUTERNAME%_settings.json file to vendor/windows-terminal/settings/settings.json! Access Denied."

0 commit comments

Comments
 (0)