[gnome-commander] noop: code cleanup



commit 15ca119e73500eb9ca95f788f76b7ecbcac3503c
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Wed Sep 30 17:19:06 2009 +0200

    noop: code cleanup

 src/gnome-cmd-file-props-dialog.cc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-cmd-file-props-dialog.cc b/src/gnome-cmd-file-props-dialog.cc
index 5d64e70..f75f605 100644
--- a/src/gnome-cmd-file-props-dialog.cc
+++ b/src/gnome-cmd-file-props-dialog.cc
@@ -142,7 +142,7 @@ static void calc_tree_size_func (GnomeCmdFilePropsDialogPrivate *data)
 static gboolean join_thread_func (GnomeCmdFilePropsDialogPrivate *data)
 {
     g_source_remove (data->updater_proc_id);
-    
+
     if (data->thread)
         g_thread_join (data->thread);
 
@@ -155,8 +155,8 @@ static gboolean join_thread_func (GnomeCmdFilePropsDialogPrivate *data)
 
 static void on_dialog_destroy (GtkDialog *dialog, GnomeCmdFilePropsDialogPrivate *data)
 {
-    data->stop = TRUE;    
-    g_timeout_add (1, (GSourceFunc) join_thread_func, data);    
+    data->stop = TRUE;
+    g_timeout_add (1, (GSourceFunc) join_thread_func, data);
 }
 
 



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