Fix indentation.

svn path=/trunk/; revision=49295
This commit is contained in:
Guy Harris 2013-05-14 19:06:20 +00:00
parent be8dbe75c5
commit 67a18cd0e6
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ gtk_merge_file(GtkWidget *w, GString *file_name, GString *display_filter, int *m
g_object_set_data(G_OBJECT(file_merge_w), E_DFILTER_TE_KEY,
g_object_get_data(G_OBJECT(w), E_DFILTER_TE_KEY));
cf_name = file_selection_run(file_merge_w);
cf_name = file_selection_run(file_merge_w);
if (cf_name == NULL) {
/* User cancelled or closed the dialog. */
return FALSE;