Fix wayward indentation and remove stray comment mark.

This commit is contained in:
John Ralls 2020-09-13 16:45:18 -07:00
parent 53619f4300
commit f0341cddc6
2 changed files with 3 additions and 3 deletions

View File

@ -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))

View File

@ -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);
}