mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Fix up according to Coding Style
Only whitespace changes in here
This commit is contained in:
		
							parent
							
								
									5715b2af30
								
							
						
					
					
						commit
						ecf09f2cd6
					
				
					 60 changed files with 297 additions and 418 deletions
				
			
		| 
						 | 
				
			
			@ -531,9 +531,7 @@ static void memblock_free(pa_memblock *b) {
 | 
			
		|||
 | 
			
		||||
            pa_mutex_lock(import->mutex);
 | 
			
		||||
 | 
			
		||||
            pa_assert_se(pa_hashmap_remove(
 | 
			
		||||
                                 import->blocks,
 | 
			
		||||
                                 PA_UINT32_TO_PTR(b->per_type.imported.id)));
 | 
			
		||||
            pa_assert_se(pa_hashmap_remove(import->blocks, PA_UINT32_TO_PTR(b->per_type.imported.id)));
 | 
			
		||||
 | 
			
		||||
            pa_assert(segment->n_blocks >= 1);
 | 
			
		||||
            if (-- segment->n_blocks <= 0)
 | 
			
		||||
| 
						 | 
				
			
			@ -693,9 +691,7 @@ static void memblock_replace_import(pa_memblock *b) {
 | 
			
		|||
 | 
			
		||||
    pa_mutex_lock(import->mutex);
 | 
			
		||||
 | 
			
		||||
    pa_assert_se(pa_hashmap_remove(
 | 
			
		||||
                         import->blocks,
 | 
			
		||||
                         PA_UINT32_TO_PTR(b->per_type.imported.id)));
 | 
			
		||||
    pa_assert_se(pa_hashmap_remove(import->blocks, PA_UINT32_TO_PTR(b->per_type.imported.id)));
 | 
			
		||||
 | 
			
		||||
    memblock_make_local(b);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue