mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Removed unnecessary parentheses
This commit is contained in:
		| @@ -11,7 +11,7 @@ def fixAllFilesInDir( dir ): | ||||
|     for f in os.listdir( dir ): | ||||
|         path = os.path.join( dir,f ) | ||||
|         if os.path.isfile( path ): | ||||
|             if( isSourceFile( path ) ): | ||||
|             if isSourceFile( path ): | ||||
|                 fixFile( path ) | ||||
|         else: | ||||
|             fixAllFilesInDir( path ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash