mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Whitespace cleanup: Fix broken indentation by hand
This patch fixes wrong indentation introduced by the last patch. This was mostly done with vim-s retab feature.
This commit is contained in:
		
							parent
							
								
									aab63a3499
								
							
						
					
					
						commit
						5e11ea06ef
					
				
					 12 changed files with 84 additions and 84 deletions
				
			
		| 
						 | 
				
			
			@ -138,8 +138,8 @@ static void client_send_event_cb(pa_client *c, const char *name, pa_proplist *da
 | 
			
		|||
    conn = c->userdata;
 | 
			
		||||
 | 
			
		||||
    pa_assert_se(signal_msg = dbus_message_new_signal(pa_dbusiface_core_get_client_path(conn->server->userdata->core_iface, c),
 | 
			
		||||
                              PA_DBUSIFACE_CLIENT_INTERFACE,
 | 
			
		||||
                              "ClientEvent"));
 | 
			
		||||
                                                      PA_DBUSIFACE_CLIENT_INTERFACE,
 | 
			
		||||
                                                      "ClientEvent"));
 | 
			
		||||
    dbus_message_iter_init_append(signal_msg, &msg_iter);
 | 
			
		||||
    pa_assert_se(dbus_message_iter_append_basic(&msg_iter, DBUS_TYPE_STRING, &name));
 | 
			
		||||
    pa_dbus_append_proplist(&msg_iter, data);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue