mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Apply clang-tidy.
This commit is contained in:
		| @@ -15,7 +15,7 @@ struct Box { | ||||
|   static auto Intersection(Box a, Box b) -> Box; | ||||
|   static auto Union(Box a, Box b) -> Box; | ||||
|   bool Contain(int x, int y) const; | ||||
|   bool IsEmpty(); | ||||
|   bool IsEmpty() const; | ||||
|   bool operator==(const Box& other) const; | ||||
|   bool operator!=(const Box& other) const; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni