Skip to content

Commit e89391b

Browse files
committed
format
1 parent 0cbabc4 commit e89391b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/clang/unittests/HLSLExec/HlslExecTestUtils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,8 @@ void compileShader(dxc::SpecificDllLoader &DxcSupport, const char *Source,
747747
Buf.Encoding = DXC_CP_UTF8;
748748

749749
if (VerboseLogging) {
750-
hlsl_test::LogCommentFmt(L"Shader Source:");
751-
hlsl_test::LogCommentFmt(L"%c", Source);
750+
hlsl_test::LogCommentFmt(L"Shader Source:");
751+
hlsl_test::LogCommentFmt(L"%c", Source);
752752
}
753753

754754
hlsl_test::LogCommentFmt(LogFlags.str().c_str());

0 commit comments

Comments
 (0)