Skip to content

Commit 1f9a781

Browse files
committed
Fixed Some Formatting issues
1 parent 369aff7 commit 1f9a781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ReadabilityModule : public ClangTidyModule {
172172
CheckFactories.registerCheck<UseAnyOfAllOfCheck>(
173173
"readability-use-anyofallof");
174174
CheckFactories.registerCheck<UseCppStyleCommentsCheck>(
175-
"readability-use-cpp-style-comments");
175+
"readability-use-cpp-style-comments");
176176
CheckFactories.registerCheck<UseStdMinMaxCheck>(
177177
"readability-use-std-min-max");
178178
}

clang-tools-extra/clang-tidy/readability/UseCppStyleCommentsCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ void UseCppStyleCommentsCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) {
159159
}
160160

161161
UseCppStyleCommentsCheck::~UseCppStyleCommentsCheck() = default;
162-
} // namespace clang::tidy::readability
162+
} // namespace clang::tidy::readability

0 commit comments

Comments
 (0)