Skip to content

Commit 37e9243

Browse files
committed
nfc: clang format
1 parent 5086a92 commit 37e9243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/HLSL/HLOperationLower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5953,7 +5953,7 @@ Value *TranslateNoArgVectorOperation(CallInst *CI, IntrinsicOp IOP,
59535953
return retVal;
59545954
}
59555955

5956-
template<typename ColElemTy>
5956+
template <typename ColElemTy>
59575957
static void GetMatrixIndices(Constant *&Rows, Constant *&Cols, bool Is3x4,
59585958
LLVMContext &Ctx) {
59595959
if (Is3x4) {

0 commit comments

Comments
 (0)