[gnome-applets] drivemount: minor style fix



commit e92b28f64a2c2b011c47ee60ec6944bc9df28ab4
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Fri Jun 25 11:59:53 2010 +0200

    drivemount: minor style fix

 drivemount/drive-list.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/drivemount/drive-list.c b/drivemount/drive-list.c
index 10279bb..1013a88 100644
--- a/drivemount/drive-list.c
+++ b/drivemount/drive-list.c
@@ -274,7 +274,7 @@ mount_added (GVolumeMonitor *monitor,
 {
     add_mount (self, mount);
 
-    mount_changed(monitor, mount, self);
+    mount_changed (monitor, mount, self);
 }
 
 static void
@@ -303,7 +303,7 @@ mount_removed (GVolumeMonitor *monitor,
 {
     remove_mount (self, mount);
 
-    mount_changed(monitor, mount, self);
+    mount_changed (monitor, mount, self);
 }
 
 static void



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