Reformatted the Unprintable operator== code style.
This commit is contained in:
		@@ -871,7 +871,10 @@ class Unprintable {
 | 
			
		||||
  char c_;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
inline bool operator==(const Unprintable&, /* lhs */ const Unprintable& /* rhs */) { return true; }
 | 
			
		||||
inline bool operator==(const Unprintable& /* lhs */, 
 | 
			
		||||
                       const Unprintable& /* rhs */) { 
 | 
			
		||||
    return true; 
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
TEST(EqTest, CanDescribeSelf) {
 | 
			
		||||
  Matcher<Unprintable> m = Eq(Unprintable());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user