[gnome-commander] noop: code cleanup



commit 2133bcdf8970710b07038bbbd3357bff338d02e5
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Aug 14 00:05:57 2011 +0200

    noop: code cleanup

 src/gnome-cmd-file-list.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index fc201d6..e2764d2 100755
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -173,7 +173,7 @@ struct GnomeCmdFileList::Private
     Private(GnomeCmdFileList *fl);
     ~Private();
 
-    static void on_dnd_popup_menu (GnomeCmdFileList *fl, GnomeVFSXferOptions xferOptions, GtkWidget *widget);
+    static void on_dnd_popup_menu(GnomeCmdFileList *fl, GnomeVFSXferOptions xferOptions, GtkWidget *widget);
 };
 
 
@@ -225,7 +225,7 @@ GnomeCmdFileList::Private::~Private()
 }
 
 
-void GnomeCmdFileList::Private::on_dnd_popup_menu (GnomeCmdFileList *fl, GnomeVFSXferOptions xferOptions, GtkWidget *widget)
+void GnomeCmdFileList::Private::on_dnd_popup_menu(GnomeCmdFileList *fl, GnomeVFSXferOptions xferOptions, GtkWidget *widget)
 {
     g_return_if_fail (GNOME_CMD_IS_FILE_LIST (fl));
 



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