Skip to content

Commit

Permalink
[CIR][NFC] Fix formatting
Browse files Browse the repository at this point in the history
This got misaligned after the namespace changes.
  • Loading branch information
smeenai committed Nov 11, 2024
1 parent e6b2808 commit 56f25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/CIR/Dialect/IR/CIRDialect.td
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def CIR_Dialect : Dialect {
void printType(mlir::Type type, mlir::DialectAsmPrinter &printer) const override;

mlir::Attribute parseAttribute(mlir::DialectAsmParser &parser,
mlir::Type type) const override;
mlir::Type type) const override;

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

0 comments on commit 56f25d8

Please sign in to comment.