Corrected "misleading" indentation

gcc 6.1.1 throws an error because with 8-space tabs, it looks like a
line is in an if statement when it isn't.
This commit is contained in:
lmat 2016-06-05 12:26:13 -04:00 committed by John Ralls
parent 9f3dc0c826
commit 3390886051

View File

@ -930,7 +930,7 @@ gsr_default_associate_handler_file( GNCSplitReg *gsr, gpointer data )
if (is_trans_readonly_and_warn(trans))
return;
dialog = gtk_file_chooser_dialog_new ("Associate File with Transaction",
dialog = gtk_file_chooser_dialog_new ("Associate File with Transaction",
GTK_WINDOW(gsr->window),
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,