Skip to content

Commit 4ca9d25

Browse files
committed
resolve clang-format problem
1 parent 504bb5c commit 4ca9d25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/tools/mlir-tblgen/DialectInterfacesGen.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ bool DialectInterfaceGenerator::emitInterfaceDecls() {
169169
//===----------------------------------------------------------------------===//
170170

171171
static mlir::GenRegistration genDecls(
172-
"gen-dialect-interface-decls",
173-
"Generate dialect interface declarations.",
172+
"gen-dialect-interface-decls", "Generate dialect interface declarations.",
174173
[](const RecordKeeper &records, raw_ostream &os) {
175174
return DialectInterfaceGenerator(records, os).emitInterfaceDecls();
176175
});

0 commit comments

Comments
 (0)