[gnome-commander] noop: code cleanup



commit 54cfa54fbe6353882813adb76772d2f9110eebd3
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Fri Nov 11 18:33:41 2011 +0100

    noop: code cleanup

 src/gnome-cmd-data.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index 44557bc..c2618bc 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -169,25 +169,25 @@ struct GnomeCmdData
             patlist_free (backup_pattern_list);
         }
 
-        void set_date_format (const GnomeCmdDateFormat format)
+        void set_date_format(const GnomeCmdDateFormat format)
         {
             g_free (date_format);
             date_format = g_strdup (format);
         }
 
-        void set_list_font (const gchar *font)
+        void set_list_font(const gchar *font)
         {
             g_free (list_font);
             list_font = g_strdup (font);
         }
 
-        void set_theme_icon_dir (const gchar *dir)
+        void set_theme_icon_dir(const gchar *dir)
         {
             g_free (theme_icon_dir);
             theme_icon_dir = g_strdup (dir);
         }
 
-        void set_document_icon_dir (const gchar *dir)
+        void set_document_icon_dir(const gchar *dir)
         {
             g_free (document_icon_dir);
             document_icon_dir = g_strdup (dir);



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