diff src/preferences.c @ 995:401cd18f8d38

Whitespaces cleanup.
author Laurent Monin <geeqie@norz.org>
date Mon, 25 Aug 2008 22:20:45 +0000
parents 8c9201b06db6
children 07f6093c1c1a
line wrap: on
line diff
--- a/src/preferences.c	Mon Aug 25 18:13:33 2008 +0000
+++ b/src/preferences.c	Mon Aug 25 22:20:45 2008 +0000
@@ -726,7 +726,7 @@
 	FilterEntry *fe;
 
 	if (!filter_store) return;
-       	selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(filter_view));
+	selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(filter_view));
 	if (!gtk_tree_selection_get_selected(selection, NULL, &iter)) return;
 	gtk_tree_model_get(GTK_TREE_MODEL(filter_store), &iter, 0, &fe, -1);
 	if (!fe) return;