Skip to content

Commit

Permalink
testing: add small formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
albertziegenhagel committed Jul 21, 2024
1 parent b71f032 commit e17708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdbg-engine-extension/tests/callee/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int main(int /*argc*/, char* /*argv*/[])

std::this_thread::sleep_for(std::chrono::seconds(15));

std::wcout << L" CALLEE (" << GetCurrentProcessId() << L"): terminating" << std::endl;
std::wcout << L" CALLEE (" << GetCurrentProcessId() << L"): terminating" << std::endl;

return EXIT_SUCCESS;
}

0 comments on commit e17708b

Please sign in to comment.