formatting
This commit is contained in:
		@@ -43,8 +43,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace testing {
 | 
					namespace testing {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// The macros trigger warning C4100 (unreferenced formal
 | 
					// Silence C4100 (unreferenced formal
 | 
				
			||||||
// parameter) in MSVC with -W4.
 | 
					// parameter) for MSVC
 | 
				
			||||||
#ifdef _MSC_VER
 | 
					#ifdef _MSC_VER
 | 
				
			||||||
# pragma warning(disable:4100)
 | 
					# pragma warning(disable:4100)
 | 
				
			||||||
#if (_MSC_VER == 1900)
 | 
					#if (_MSC_VER == 1900)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user