Trim trailing white spaces on empty lines.
[geeqie.git] / src / preferences.c
index 027abe0..7881572 100644 (file)
@@ -574,7 +574,7 @@ static void add_stereo_mode_menu(GtkWidget *table, gint column, gint row, const
 
        gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), _("Side by Side"));
        gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), _("Side by Side Half size"));
-       if (option & PR_STEREO_HORIZ) 
+       if (option & PR_STEREO_HORIZ)
                {
                current = 4;
                if (option & PR_STEREO_HALF) current = 5;
@@ -582,12 +582,12 @@ static void add_stereo_mode_menu(GtkWidget *table, gint column, gint row, const
 
        gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), _("Top - Bottom"));
        gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), _("Top - Bottom Half size"));
-       if (option & PR_STEREO_VERT) 
+       if (option & PR_STEREO_VERT)
                {
                current = 6;
                if (option & PR_STEREO_HALF) current = 7;
                }
-               
+
        if (add_fixed)
                {
                gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), _("Fixed position"));