Fix gcc misleading indentation again.
This commit is contained in:
		@@ -647,8 +647,9 @@ $var param_field_decls2 = [[$for j
 | 
			
		||||
     private:\
 | 
			
		||||
      ::std::string FormatDescription(bool negation) const {\
 | 
			
		||||
        ::std::string gmock_description = (description);\
 | 
			
		||||
        if (!gmock_description.empty())\
 | 
			
		||||
        if (!gmock_description.empty()) {\
 | 
			
		||||
          return gmock_description;\
 | 
			
		||||
        }\
 | 
			
		||||
        return ::testing::internal::FormatMatcherDescription(\
 | 
			
		||||
            negation, #name, \
 | 
			
		||||
            ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user