[gnome-commander] noop: code cleanup



commit efc87e365528097f6c89ce81a62fb52647b3c045
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Tue Dec 13 18:48:59 2011 +0100

    noop: code cleanup

 src/gnome-cmd-data.cc |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 221e69e..2574e87 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -48,14 +48,14 @@ GnomeVFSVolumeMonitor *monitor = NULL;
 
 struct GnomeCmdData::Private
 {
-    GnomeCmdConList      *con_list;
-    GList                *auto_load_plugins;
-    gint                 sort_column[2];
-    gboolean             sort_direction[2];
-    gint                 main_win_pos[2];
-    gchar                *symlink_prefix;
-
-    gchar                *ftp_anonymous_password;
+    GnomeCmdConList *con_list;
+    GList           *auto_load_plugins;
+    gint             sort_column[2];
+    gboolean         sort_direction[2];
+    gint             main_win_pos[2];
+    gchar           *symlink_prefix;
+
+    gchar           *ftp_anonymous_password;
 };
 
 



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