mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Style fix: Add a space betwen the if statement and the opening bracket
This patch replaces every occurrence of 'if(' with 'if ('.
The ffmpeg source tree was excluded since it will disappear anyways.
Command used for this:
    find . -type d \( -name ffmpeg \) -prune -o \
            -regex '\(.*\.[hc]\|.*\.cc\)' \
            -exec sed -i -e 's/ if(/ if (/' {} \;
			
			
This commit is contained in:
		
							parent
							
								
									5e11ea06ef
								
							
						
					
					
						commit
						faf991ce22
					
				
					 6 changed files with 44 additions and 44 deletions
				
			
		| 
						 | 
				
			
			@ -50,7 +50,7 @@ int pa_oss_open(const char *device, int *mode, int* pcaps) {
 | 
			
		|||
    pa_assert(mode);
 | 
			
		||||
    pa_assert(*mode == O_RDWR || *mode == O_RDONLY || *mode == O_WRONLY);
 | 
			
		||||
 | 
			
		||||
    if(!pcaps)
 | 
			
		||||
    if (!pcaps)
 | 
			
		||||
        pcaps = ∩︀
 | 
			
		||||
 | 
			
		||||
    if (*mode == O_RDWR) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue