diff src/typedefs.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 1cca0b614cba
children ddabc4873a3f
line wrap: on
line diff
--- a/src/typedefs.h	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/typedefs.h	Sun Apr 20 13:04:57 2008 +0000
@@ -443,13 +443,13 @@
 	ImageWindow *image;
 
 	ImageWindow *split_images[MAX_SPLIT_IMAGES];
-        ImageSplitMode split_mode;
+	ImageSplitMode split_mode;
 	gint active_split_image;
 
-        GtkWidget *split_image_widget;
-	
+	GtkWidget *split_image_widget;
+
 	gint connect_zoom, connect_scroll;
-	
+
 	/* tools window (float) */
 
 	GtkWidget *tools;
@@ -466,7 +466,7 @@
 	GtkWidget *thumb_button;
 	gint thumbs_enabled;
 	gint marks_enabled;
-    
+
 	/* dir view */
 
 	LayoutLocation dir_location;
@@ -557,7 +557,7 @@
 
 	void (*dnd_drop_update_func)(ViewDir *vd);
 	void (*dnd_drop_leave_func)(ViewDir *vd);
-	
+
 	LayoutWindow *layout;
 
 	GtkWidget *popup;
@@ -593,7 +593,7 @@
 	gint thumbs_enabled;
 	gint marks_enabled;
 	gint active_mark;
-    
+
 	/* thumb updates */
 	gint thumbs_running;
 	gint thumbs_count;
@@ -649,7 +649,7 @@
 	gint sync_idle_id;
 
 	/* thumbs */
-	
+
 	gint thumbs_running;
 	GList *thumbs_list;
 	gint thumbs_count;
@@ -756,7 +756,7 @@
 	/* file ops */
 	struct {
 		gint enable_in_place_rename;
-		
+
 		gint confirm_delete;
 		gint enable_delete_key;
 		gint safe_delete_enable;
@@ -850,7 +850,7 @@
 
 		gint view_as_icons;
 		DirViewType dir_view_type;
-		
+
 		gint show_thumbnails;
 		gint show_marks;