fix: indentation and unnecessary imports
This commit is contained in:
parent
cb4ae697f7
commit
1851f17e29
|
@ -1,8 +1,5 @@
|
||||||
#include "explicit_thisptr.hpp"
|
#include "explicit_thisptr.hpp"
|
||||||
|
|
||||||
#include <clang/ASTMatchers/ASTMatchFinder.h>
|
|
||||||
#include <clang/ASTMatchers/ASTMatchers.h>
|
|
||||||
|
|
||||||
namespace clang::tidy::tidyfox {
|
namespace clang::tidy::tidyfox {
|
||||||
using namespace ast_matchers;
|
using namespace ast_matchers;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <clang-tidy/ClangTidyCheck.h>
|
#include <clang-tidy/ClangTidyCheck.h>
|
||||||
#include <clang/ASTMatchers/ASTMatchFinder.h>
|
|
||||||
|
|
||||||
namespace clang::tidy::tidyfox {
|
namespace clang::tidy::tidyfox {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <cstdio>
|
|
||||||
|
|
||||||
#include <clang-tidy/ClangTidyModule.h>
|
#include <clang-tidy/ClangTidyModule.h>
|
||||||
#include <clang-tidy/ClangTidyModuleRegistry.h>
|
#include <clang-tidy/ClangTidyModuleRegistry.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue