Skip to content

Commit fe55aeb

Browse files
smeenailanza
authored andcommitted
[CIR][NFC] Fix formatting (#1105)
This got misaligned after the namespace changes.
1 parent 425a4d6 commit fe55aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def CIR_Dialect : Dialect {
4242
void printType(mlir::Type type, mlir::DialectAsmPrinter &printer) const override;
4343

4444
mlir::Attribute parseAttribute(mlir::DialectAsmParser &parser,
45-
mlir::Type type) const override;
45+
mlir::Type type) const override;
4646

4747
void printAttribute(mlir::Attribute attr, mlir::DialectAsmPrinter &os) const override;
4848
}];

0 commit comments

Comments
 (0)