mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Whitespace cleanup: Remove all multiple newlines
This patch removes all occurrences of double and triple
newlines.
Command used for this:
find .  -type d \( -name ffmpeg \) -prune -o \
        -regex '\(.*\.[hc]\|.*\.cc\)' \
        -a -not -name 'adrian-aec.*' -a -not \
        -name reserve.c -a -not -name 'rtkit.*' \
        -exec sed -i -e '/^$/{N;s/^\n$//}' {} \;
Two passes were needed to remove triple newlines.
The excluded files are mirrored files from external sources.
			
			
This commit is contained in:
		
							parent
							
								
									e95d054e40
								
							
						
					
					
						commit
						97da92d894
					
				
					 69 changed files with 0 additions and 125 deletions
				
			
		| 
						 | 
				
			
			@ -580,7 +580,6 @@ static int mmap_write(struct userdata *u, pa_usec_t *sleep_usec, pa_bool_t polle
 | 
			
		|||
            break;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        if (++j > 10) {
 | 
			
		||||
#ifdef DEBUG_TIMING
 | 
			
		||||
            pa_log_debug("Not filling up, because already too many iterations.");
 | 
			
		||||
| 
						 | 
				
			
			@ -722,7 +721,6 @@ static int unix_write(struct userdata *u, pa_usec_t *sleep_usec, pa_bool_t polle
 | 
			
		|||
 | 
			
		||||
        n_bytes = (size_t) n * u->frame_size;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef DEBUG_TIMING
 | 
			
		||||
        pa_log_debug("avail: %lu", (unsigned long) n_bytes);
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue