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:
parent
6a702d9d0a
commit
972b7a0643
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue