Skip to content

Commit 2f2dc98

Browse files
committed
format
1 parent 54dad8f commit 2f2dc98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ static const char ElementAccessShader[] = R"(
505505

506506
static void runElementAccess(ID3D12Device *Device,
507507
dxc::SpecificDllLoader &DxcSupport,
508-
const MatrixParams &Params, int MajorDim, bool Verbose) {
508+
const MatrixParams &Params, int MajorDim,
509+
bool Verbose) {
509510
const size_t NumElements = Params.totalElements();
510511
const size_t NumThreads = Params.NumThreads;
511512
const size_t InputBufSize = Params.totalBytes();

0 commit comments

Comments
 (0)