gnome-commander r2436 - trunk/src



Author: epiotr
Date: Fri Jan 16 15:47:44 2009
New Revision: 2436
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2436&view=rev

Log:
Code cleanup

Modified:
   trunk/src/gnome-cmd-chown-component.cc

Modified: trunk/src/gnome-cmd-chown-component.cc
==============================================================================
--- trunk/src/gnome-cmd-chown-component.cc	(original)
+++ trunk/src/gnome-cmd-chown-component.cc	Fri Jan 16 15:47:44 2009
@@ -43,8 +43,7 @@
  * Gtk class implementation
  *******************************/
 
-static void
-destroy (GtkObject *object)
+static void destroy (GtkObject *object)
 {
     GnomeCmdChownComponent *comp = GNOME_CMD_CHOWN_COMPONENT (object);
 
@@ -55,16 +54,14 @@
 }
 
 
-static void
-map (GtkWidget *widget)
+static void map (GtkWidget *widget)
 {
     if (GTK_WIDGET_CLASS (parent_class)->map != NULL)
         GTK_WIDGET_CLASS (parent_class)->map (widget);
 }
 
 
-static void
-class_init (GnomeCmdChownComponentClass *klass)
+static void class_init (GnomeCmdChownComponentClass *klass)
 {
     GtkObjectClass *object_class = GTK_OBJECT_CLASS (klass);
     GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
@@ -75,8 +72,7 @@
 }
 
 
-static void
-init (GnomeCmdChownComponent *comp)
+static void init (GnomeCmdChownComponent *comp)
 {
     GtkWidget *label;
 
@@ -137,8 +133,7 @@
 }
 
 
-GtkWidget*
-gnome_cmd_chown_component_new ()
+GtkWidget *gnome_cmd_chown_component_new ()
 {
     GnomeCmdChownComponent *comp = (GnomeCmdChownComponent *) gtk_type_new (gnome_cmd_chown_component_get_type ());
 
@@ -149,8 +144,7 @@
 
 
 
-GtkType
-gnome_cmd_chown_component_get_type ()
+GtkType gnome_cmd_chown_component_get_type ()
 {
     static GtkType type = 0;
 



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