Skip to content

Commit e0f9777

Browse files
committed
format
1 parent 69c00ae commit e0f9777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ static void runElementAccess(ID3D12Device *Device,
617617
size_t TotalLength = 0;
618618
for (size_t I = NumElements * 4; I < (NumElements + NumThreads) * 4;
619619
I = I + 4) {
620-
TotalLength += Out[I];
620+
TotalLength += Out[I];
621621
}
622622
VERIFY_IS_TRUE(TotalLength >= NumElements,
623623
"Sum of all lengths must be gte num elements");

0 commit comments

Comments
 (0)