mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
9f3dc0c826
commit
3390886051
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user