Merge pull request #1472 from AndersSundmanTobii/master
Removed trailing comma in enum
This commit is contained in:
		
						commit
						b7316299c6
					
				@ -1050,7 +1050,7 @@ class NativeArray {
 | 
				
			|||||||
 private:
 | 
					 private:
 | 
				
			||||||
  enum {
 | 
					  enum {
 | 
				
			||||||
    kCheckTypeIsNotConstOrAReference = StaticAssertTypeEqHelper<
 | 
					    kCheckTypeIsNotConstOrAReference = StaticAssertTypeEqHelper<
 | 
				
			||||||
        Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value,
 | 
					        Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Initializes this object with a copy of the input.
 | 
					  // Initializes this object with a copy of the input.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user