mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Style fix: Remove new lines from opening brackets
This patch replaces every occurrence of ')\n{' with ') {'.
Command used for this:
    find .  -type d \( -name ffmpeg \) -prune -o \
        -regex '\(.*\.[hc]\|.*\.cc\)' \
        -a -not -name core-util.c -a -not \
        -name adrian-aec.c -a -not -name g711.c \
        -exec sed -i -e '/)$/{N;s/)\n{$/) {/}' {} \;
The excluded files are mirrored files from external sources.
			
			
This commit is contained in:
		
							parent
							
								
									cbd274676d
								
							
						
					
					
						commit
						e95d054e40
					
				
					 25 changed files with 40 additions and 80 deletions
				
			
		| 
						 | 
				
			
			@ -1590,8 +1590,7 @@ static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
static bool handle_input_underrun(playback_stream *s, bool force)
 | 
			
		||||
{
 | 
			
		||||
static bool handle_input_underrun(playback_stream *s, bool force) {
 | 
			
		||||
    bool send_drain;
 | 
			
		||||
 | 
			
		||||
    if (pa_memblockq_is_readable(s->memblockq))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue