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
				
			
		| 
						 | 
				
			
			@ -590,7 +590,7 @@ static void list_devices_reply(DBusPendingCall *pending, void *userdata) {
 | 
			
		|||
 | 
			
		||||
finish:
 | 
			
		||||
    if (paths)
 | 
			
		||||
        dbus_free_string_array (paths);
 | 
			
		||||
        dbus_free_string_array(paths);
 | 
			
		||||
 | 
			
		||||
    dbus_message_unref(r);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -598,8 +598,7 @@ finish:
 | 
			
		|||
    pa_dbus_pending_free(p);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void register_endpoint(pa_bluetooth_discovery *y, const char *path, const char *endpoint, const char *uuid)
 | 
			
		||||
{
 | 
			
		||||
static void register_endpoint(pa_bluetooth_discovery *y, const char *path, const char *endpoint, const char *uuid) {
 | 
			
		||||
    DBusMessage *m;
 | 
			
		||||
    DBusMessageIter i, d;
 | 
			
		||||
    uint8_t codec = 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -699,7 +698,7 @@ static void list_adapters_reply(DBusPendingCall *pending, void *userdata) {
 | 
			
		|||
 | 
			
		||||
finish:
 | 
			
		||||
    if (paths)
 | 
			
		||||
        dbus_free_string_array (paths);
 | 
			
		||||
        dbus_free_string_array(paths);
 | 
			
		||||
 | 
			
		||||
    dbus_message_unref(r);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue