File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,8 @@ Allow empty enabled checks. This suppresses
337337the "no checks enabled" error when disabling
338338all of the checks.
339339)" ),
340- cl::init(false ), cl::cat(ClangTidyCategory));
340+ cl::init(false ),
341+ cl::cat(ClangTidyCategory));
341342
342343namespace 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\n Usage:\n " ;
You can’t perform that action at this time.
0 commit comments