Skip to content

Commit c53a5ad

Browse files
committed
Replace tab with spaces.
1 parent e590caf commit c53a5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvmlauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ bool JvmLauncher::startOutProcJvm(const char *mainClassName, std::list<std::stri
412412

413413
// disable Ctrl-C handling in the parent process
414414
if (!SetConsoleCtrlHandler(NULL, TRUE)) {
415-
logErr(true, true, "Failed to disable Ctrl-C handling; Ctrl-C may behave oddly: %d", GetLastError());
415+
logErr(true, true, "Failed to disable Ctrl-C handling; Ctrl-C may behave oddly: %d", GetLastError());
416416
}
417417

418418
disableFolderVirtualization(pi.hProcess);

0 commit comments

Comments
 (0)