Skip to content

Commit

Permalink
Fix wayward indentation and remove stray comment mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 13, 2020
1 parent 53619f4 commit f0341cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gnucash/import-export/aqb/gnc-ab-utils.c
Expand Up @@ -1257,8 +1257,8 @@ gnc_ab_import_context(AB_IMEXPORTER_CONTEXT *context,
AB_ImExporterContext_AccountInfoForEach(context, txn_accountinfo_cb,
data);

/* populate and display the matching window */
gnc_gen_trans_list_show_all(data->generic_importer);
/* populate and display the matching window */
gnc_gen_trans_list_show_all(data->generic_importer);

/* Check balances */
if (!(awaiting & IGNORE_BALANCES))
Expand Down
Expand Up @@ -2085,7 +2085,7 @@ CsvImpTransAssist::assist_match_page_prepare ()
}
}
/* Show the matcher dialog */
// gnc_gen_trans_list_show_all (gnc_csv_importer_gui);
gnc_gen_trans_list_show_all (gnc_csv_importer_gui);
}


Expand Down

0 comments on commit f0341cd

Please sign in to comment.