chore: strip trailing whitespace (#35969)
This commit is contained in:
		
					parent
					
						
							
								dbdbb6fb3b
							
						
					
				
			
			
				commit
				
					
						fd761ec8f7
					
				
			
		
					 44 changed files with 91 additions and 94 deletions
				
			
		|  | @ -17,7 +17,7 @@ def copy_debug_from_binaries(directory, out_dir, target_cpu, compress): | |||
| def copy_debug_from_binary(binary_path, out_dir, target_cpu, compress): | ||||
|   if PLATFORM == 'linux' and target_cpu in ('x86', 'arm', 'arm64'): | ||||
|     # Skip because no objcopy binary on the given target. | ||||
|     return     | ||||
|     return | ||||
|   debug_name = get_debug_name(binary_path) | ||||
|   cmd = ['objcopy', '--only-keep-debug'] | ||||
|   if compress: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Milan Burda
				Milan Burda