[gnome-bluetooth] applet: trivial: put "void" on a line by itself and reformat



commit 05563715d363432428132a798a94c6bd0528aad0
Author: Daniele Forsi <dforsi src gnome org>
Date:   Fri Jun 14 15:36:14 2013 +0200

    applet: trivial: put "void" on a line by itself and reformat

 applet/bluetooth-applet.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/applet/bluetooth-applet.c b/applet/bluetooth-applet.c
index 81e126c..ca45976 100644
--- a/applet/bluetooth-applet.c
+++ b/applet/bluetooth-applet.c
@@ -117,9 +117,10 @@ static guint signals[SIGNAL_LAST];
  *
  * Send a file to a bluetooth device
  */
-void bluetooth_applet_send_to_address (BluetoothApplet *applet,
-                                      const char *address,
-                                      const char *alias)
+void
+bluetooth_applet_send_to_address (BluetoothApplet *applet,
+                                 const char *address,
+                                 const char *alias)
 {
        g_return_if_fail (BLUETOOTH_IS_APPLET (applet));
 


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