Skip to content

Commit e8d6c28

Browse files
committed
Revert unrelated clang-format fixes
1 parent db40a30 commit e8d6c28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ Allow empty enabled checks. This suppresses
337337
the "no checks enabled" error when disabling
338338
all of the checks.
339339
)"),
340-
cl::init(false), cl::cat(ClangTidyCategory));
340+
cl::init(false),
341+
cl::cat(ClangTidyCategory));
341342

342343
namespace clang::tidy {
343344

@@ -369,8 +370,8 @@ static void printStats(const ClangTidyStats &Stats) {
369370
}
370371
}
371372

372-
static std::unique_ptr<ClangTidyOptionsProvider>
373-
createOptionsProvider(llvm::IntrusiveRefCntPtr<vfs::FileSystem> FS) {
373+
static std::unique_ptr<ClangTidyOptionsProvider> createOptionsProvider(
374+
llvm::IntrusiveRefCntPtr<vfs::FileSystem> FS) {
374375
ClangTidyGlobalOptions GlobalOptions;
375376
if (std::error_code Err = parseLineFilter(LineFilter, GlobalOptions)) {
376377
llvm::errs() << "Invalid LineFilter: " << Err.message() << "\n\nUsage:\n";

0 commit comments

Comments
 (0)