1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Fix indentation.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2025-01-03 23:53:19 +13:00
parent 6a702d9d0a
commit 972b7a0643

View file

@ -353,8 +353,8 @@ static int parse_dan_format(const char *filename, struct xml_params *params, str
if (mem_csv.empty()) {
mem_csv = "<csv></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);