[gnome-bluetooth] applet: Fix gross whitespace problem



commit 62c555c03537d86aa0492aa147d8b52341babdc8
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 27 22:34:09 2011 +0100

    applet: Fix gross whitespace problem
    
    Not that big a deal, unless you're OCD.

 applet/bluetooth-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/bluetooth-applet.c b/applet/bluetooth-applet.c
index 22b2b17..4a2fa22 100644
--- a/applet/bluetooth-applet.c
+++ b/applet/bluetooth-applet.c
@@ -691,7 +691,7 @@ bluetooth_applet_get_discoverable (BluetoothApplet* self)
 {
 	g_return_val_if_fail (BLUETOOTH_IS_APPLET (self), FALSE);
 
-       	return bluetooth_client_get_discoverable (self->client);
+	return bluetooth_client_get_discoverable (self->client);
 }
 
 /**



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