Skip to content

Commit 5e3c68c

Browse files
committed
Align to 80 col
1 parent f579f1b commit 5e3c68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/CIR/Dialect/IR/CIRTypes.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ def CIRRecordType : Type<
567567
//===----------------------------------------------------------------------===//
568568

569569
def CIR_AnyType : AnyTypeOf<[
570-
CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_VectorType, CIR_IntType, CIR_AnyFloat,
571-
CIR_PointerType, CIR_FuncType, CIR_RecordType
570+
CIR_VoidType, CIR_BoolType, CIR_ArrayType, CIR_VectorType, CIR_IntType,
571+
CIR_AnyFloat, CIR_PointerType, CIR_FuncType, CIR_RecordType
572572
]>;
573573

574574
#endif // MLIR_CIR_DIALECT_CIR_TYPES

0 commit comments

Comments
 (0)