Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
alsepkow committed Jan 30, 2025
1 parent cf392c6 commit 6c3efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang/unittests/HLSLExec/ExecutionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ class ExecutionTest {
}

if (GetModuleHandle("d3d10warp.dll") != NULL) {
CHAR szFullModuleFilePath[MAX_PATH] = "";
CHAR szFullModuleFilePath[MAX_PATH] = "";
GetModuleFileName(GetModuleHandle("d3d10warp.dll"), szModuleFilePath,
sizeof(szModuleFilePath));
WEX::Logging::Log::Comment(WEX::Common::String().Format(
Expand Down

0 comments on commit 6c3efae

Please sign in to comment.