From f0341cddc64eaff7637171293c51d3eb1f287fd9 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 13 Sep 2020 16:45:18 -0700 Subject: [PATCH] Fix wayward indentation and remove stray comment mark. --- gnucash/import-export/aqb/gnc-ab-utils.c | 4 ++-- gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnucash/import-export/aqb/gnc-ab-utils.c b/gnucash/import-export/aqb/gnc-ab-utils.c index 8a10a78eb3..a84d4d7ed3 100644 --- a/gnucash/import-export/aqb/gnc-ab-utils.c +++ b/gnucash/import-export/aqb/gnc-ab-utils.c @@ -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)) diff --git a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp index aadd5b4f5c..f6fa649ade 100644 --- a/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp +++ b/gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp @@ -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); }