Skip to content

Commit 86d2815

Browse files
committed
format
1 parent 901d475 commit 86d2815

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,7 @@ static void runSplatStore(ID3D12Device *Device,
531531
std::stringstream ExtraDefs;
532532
ExtraDefs << "-DFILL_VALUE=" << FillValue;
533533

534-
std::string Args =
535-
buildCompilerArgs(Params, Stride, ExtraDefs.str().c_str());
534+
std::string Args = buildCompilerArgs(Params, Stride, ExtraDefs.str().c_str());
536535

537536
// Always verify the shader compiles.
538537
compileShader(DxcSupport, SplatStoreShader, "cs_6_10", Args);

0 commit comments

Comments
 (0)