[gnome-bluetooth] lib: Indent killswitch header



commit 14d56005fef8a567d8b514ee8f9dfeaddcc0dab4
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 23 17:48:00 2012 +0100

    lib: Indent killswitch header

 lib/bluetooth-killswitch.h |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/lib/bluetooth-killswitch.h b/lib/bluetooth-killswitch.h
index 9c489f6..f812626 100644
--- a/lib/bluetooth-killswitch.h
+++ b/lib/bluetooth-killswitch.h
@@ -67,10 +67,11 @@ GType bluetooth_killswitch_get_type(void);
 
 BluetoothKillswitch * bluetooth_killswitch_new (void);
 
-gboolean bluetooth_killswitch_has_killswitches (BluetoothKillswitch *killswitch);
-void bluetooth_killswitch_set_state (BluetoothKillswitch *killswitch, BluetoothKillswitchState state);
-BluetoothKillswitchState bluetooth_killswitch_get_state (BluetoothKillswitch *killswitch);
-const char *bluetooth_killswitch_state_to_string (BluetoothKillswitchState state);
+gboolean                  bluetooth_killswitch_has_killswitches (BluetoothKillswitch *killswitch);
+void                      bluetooth_killswitch_set_state        (BluetoothKillswitch *killswitch,
+								 BluetoothKillswitchState state);
+BluetoothKillswitchState  bluetooth_killswitch_get_state        (BluetoothKillswitch *killswitch);
+const char               *bluetooth_killswitch_state_to_string  (BluetoothKillswitchState state);
 
 G_END_DECLS
 



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