mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	alsa: Trivial whitespace deletion
This commit is contained in:
		
							parent
							
								
									e870da40c3
								
							
						
					
					
						commit
						bc7aaff377
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -135,7 +135,7 @@ static int ucm_get_property(pa_alsa_ucm_verb *verb, snd_use_case_mgr_t *uc_mgr,
 | 
			
		|||
        id = pa_sprintf_malloc("=%s//%s", item[i].id, verb_name);
 | 
			
		||||
        err = snd_use_case_get(uc_mgr, id, &value);
 | 
			
		||||
        pa_xfree(id);
 | 
			
		||||
        if (err < 0 )
 | 
			
		||||
        if (err < 0)
 | 
			
		||||
            continue;
 | 
			
		||||
 | 
			
		||||
        pa_log_debug("Got %s for verb %s: %s", item[i].id, verb_name, value);
 | 
			
		||||
| 
						 | 
				
			
			@ -338,7 +338,7 @@ static int ucm_get_modifier_property(pa_alsa_ucm_modifier *modifier, snd_use_cas
 | 
			
		|||
        id = pa_sprintf_malloc("=%s/%s", item[i].id, modifier_name);
 | 
			
		||||
        err = snd_use_case_get(uc_mgr, id, &value);
 | 
			
		||||
        pa_xfree(id);
 | 
			
		||||
        if (err < 0 )
 | 
			
		||||
        if (err < 0)
 | 
			
		||||
            continue;
 | 
			
		||||
 | 
			
		||||
        pa_log_debug("Got %s for modifier %s: %s", item[i].id, modifier_name, value);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue