mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	fix indentation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1375 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									66ec460845
								
							
						
					
					
						commit
						ead67cda48
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -58,10 +58,10 @@ pa_core* pa_core_new(pa_mainloop_api *m, int shared) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!shared) {
 | 
					    if (!shared) {
 | 
				
			||||||
        if (!(pool = pa_mempool_new(shared))) {
 | 
					        if (!(pool = pa_mempool_new(shared))) {
 | 
				
			||||||
        	pa_log("pa_mempool_new() failed.");
 | 
					            pa_log("pa_mempool_new() failed.");
 | 
				
			||||||
            return NULL;
 | 
					            return NULL;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
	}
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    c = pa_xnew(pa_core, 1);
 | 
					    c = pa_xnew(pa_core, 1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue