Skip to content

Commit dc85637

Browse files
committed
Fix formatting
1 parent 34b2a3a commit dc85637

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

clang-tools-extra/clang-tidy/llvm/MLIROpBuilderCheck.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//===--- MLIROpBuilderCheck.cpp - clang-tidy -------------------------------===//
1+
//===--- MLIROpBuilderCheck.cpp - clang-tidy
2+
//-------------------------------===//
23
//
34
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45
// See https://llvm.org/LICENSE.txt for license information.
@@ -96,7 +97,8 @@ RewriteRuleWith<std::string> MlirOpBuilderCheckRule() {
9697
}
9798
} // namespace
9899

99-
MlirOpBuilderCheck::MlirOpBuilderCheck(StringRef Name, ClangTidyContext *Context)
100+
MlirOpBuilderCheck::MlirOpBuilderCheck(StringRef Name,
101+
ClangTidyContext *Context)
100102
: TransformerClangTidyCheck(MlirOpBuilderCheckRule(), Name, Context) {}
101103

102-
} // namespace clang::tidy::mlir_check
104+
} // namespace clang::tidy::llvm_check

0 commit comments

Comments
 (0)