Skip to content

Commit ce4bdec

Browse files
committed
clang-format
1 parent ff78a73 commit ce4bdec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/clang/lib/Headers/hlsl/dx/linalg.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ class Matrix {
256256
__detail::DimMN<M, N, Transpose>::N, NewUse, Scope>
257257
Cast() {
258258
Matrix<NewCompTy, __detail::DimMN<M, N, Transpose>::M,
259-
__detail::DimMN<M, N, Transpose>::N, NewUse, Scope> Result;
259+
__detail::DimMN<M, N, Transpose>::N, NewUse, Scope>
260+
Result;
260261
__builtin_LinAlg_CopyConvertMatrix(Result.__handle, __handle, Transpose);
261262
return Result;
262263
}

0 commit comments

Comments
 (0)