[gnome-bluetooth] lib: Coding style fix for connect_callback()



commit 2ffdb775707184a77aa526b157b42cbc41ce9cb5
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 6 17:50:54 2013 +0100

    lib: Coding style fix for connect_callback()

 lib/bluetooth-client.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 57c79d0..75cd64a 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -1553,8 +1553,8 @@ bluetooth_client_get_device (BluetoothClient *client,
 }
 
 static void
-connect_callback (GDBusProxy   *proxy,
-                 GAsyncResult *res,
+connect_callback (GDBusProxy         *proxy,
+                 GAsyncResult       *res,
                  GSimpleAsyncResult *simple)
 {
        gboolean retval;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]