Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						1704eb16cd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,7 @@ def cformat_run(files, all_files):
 | 
			
		|||
    """
 | 
			
		||||
    # Determine which version of clang-format to use
 | 
			
		||||
    clang_format = ['clang-format', '-i']
 | 
			
		||||
    for clang_version in [10, 9, 8, 7]:
 | 
			
		||||
    for clang_version in range(20,6,-1):
 | 
			
		||||
        binary = 'clang-format-%d' % clang_version
 | 
			
		||||
        if which(binary):
 | 
			
		||||
            clang_format[0] = binary
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue