From f0b611e41aa71065ab41cccb5b13a9a1225917de Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 3 Jan 2025 23:53:19 +1300 Subject: [PATCH] Fix indentation. Signed-off-by: Michael Keller --- core/import-csv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/import-csv.cpp b/core/import-csv.cpp index 36d7e5d94..58be6340b 100644 --- a/core/import-csv.cpp +++ b/core/import-csv.cpp @@ -353,8 +353,8 @@ static int parse_dan_format(const char *filename, struct xml_params *params, str if (mem_csv.empty()) { mem_csv = ""; } else { - if (try_to_xslt_open_csv(filename, mem_csv, "csv")) - return -1; + if (try_to_xslt_open_csv(filename, mem_csv, "csv")) + return -1; } ret |= parse_xml_buffer(filename, mem_csv.data(), mem_csv.size(), log, params);