diff src/ui_misc.h @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents de1c2cd06fce
children ddabc4873a3f
line wrap: on
line diff
--- a/src/ui_misc.h	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/ui_misc.h	Sun Apr 20 13:04:57 2008 +0000
@@ -165,8 +165,8 @@
 		     SizerPositionType position);
 
 void sizer_set_limits(GtkWidget *sizer,
-                      gint hsize_min, gint hsize_max,
-                      gint vsize_min, gint vsize_max);
+		      gint hsize_min, gint hsize_max,
+		      gint vsize_min, gint vsize_max);
 
 
 void pref_list_int_set(const gchar *group, const gchar *key, gint value);
@@ -181,8 +181,8 @@
 
 void pref_color_button_set_cb(GtkWidget *widget, gpointer data);
 GtkWidget *pref_color_button_new(GtkWidget *parent_box,
-			 	 const gchar *title, const GdkColor *color,
-			 	 GCallback func, gpointer data);
+				 const gchar *title, const GdkColor *color,
+				 GCallback func, gpointer data);
 
 
 #endif