mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	modules: Use PA_IDXSET_FOREACH wherever applicable.
Signed-off-by: Harsh Prateek Bora <harsh.bora@linaro.org>
This commit is contained in:
		
							parent
							
								
									0236977408
								
							
						
					
					
						commit
						f38c1e9bf9
					
				
					 6 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -435,7 +435,7 @@ static void notify_subscribers(struct userdata *u) {
 | 
			
		|||
 | 
			
		||||
    pa_assert(u);
 | 
			
		||||
 | 
			
		||||
    for (c = pa_idxset_first(u->subscribed, &idx); c; c = pa_idxset_next(u->subscribed, &idx)) {
 | 
			
		||||
    PA_IDXSET_FOREACH(c, u->subscribed, idx) {
 | 
			
		||||
        pa_tagstruct *t;
 | 
			
		||||
 | 
			
		||||
        t = pa_tagstruct_new(NULL, 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue