[gnome-bluetooth] applet: Use C-style comments



commit afb0af037417c60f54e22211e191a3c95d2f73a7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 27 20:42:55 2010 +0100

    applet: Use C-style comments
    
    And coding style for the same line.

 applet/lib/bluetooth-applet.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/applet/lib/bluetooth-applet.c b/applet/lib/bluetooth-applet.c
index 9ffa3d7..1a29c81 100644
--- a/applet/lib/bluetooth-applet.c
+++ b/applet/lib/bluetooth-applet.c
@@ -726,7 +726,8 @@ bluetooth_applet_get_devices (BluetoothApplet* self)
 
 	g_return_val_if_fail (BLUETOOTH_IS_APPLET (self), NULL);
 
-	if(self->default_adapter == NULL) // no adapter
+	/* No adapter */
+	if (self->default_adapter == NULL)
 		return NULL;
 
 	cont = gtk_tree_model_iter_children (self->client_model, &iter, self->default_adapter);



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