mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix wayward indentation and remove stray comment mark.
This commit is contained in:
parent
53619f4300
commit
f0341cddc6
@ -1257,8 +1257,8 @@ gnc_ab_import_context(AB_IMEXPORTER_CONTEXT *context,
|
|||||||
AB_ImExporterContext_AccountInfoForEach(context, txn_accountinfo_cb,
|
AB_ImExporterContext_AccountInfoForEach(context, txn_accountinfo_cb,
|
||||||
data);
|
data);
|
||||||
|
|
||||||
/* populate and display the matching window */
|
/* populate and display the matching window */
|
||||||
gnc_gen_trans_list_show_all(data->generic_importer);
|
gnc_gen_trans_list_show_all(data->generic_importer);
|
||||||
|
|
||||||
/* Check balances */
|
/* Check balances */
|
||||||
if (!(awaiting & IGNORE_BALANCES))
|
if (!(awaiting & IGNORE_BALANCES))
|
||||||
|
@ -2085,7 +2085,7 @@ CsvImpTransAssist::assist_match_page_prepare ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Show the matcher dialog */
|
/* Show the matcher dialog */
|
||||||
// gnc_gen_trans_list_show_all (gnc_csv_importer_gui);
|
gnc_gen_trans_list_show_all (gnc_csv_importer_gui);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user