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