mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Whitespace: fix indentation in subsurfacewebservices.* to use tabs
Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
7c8e95e1b5
commit
0ed95678ba
2 changed files with 44 additions and 44 deletions
|
@ -192,7 +192,7 @@ unsigned int SubsurfaceWebServices::download_dialog_parse_response(const QByteAr
|
||||||
}
|
}
|
||||||
if (root->children)
|
if (root->children)
|
||||||
download_dialog_traverse_xml(root->children, &status);
|
download_dialog_traverse_xml(root->children, &status);
|
||||||
end:
|
end:
|
||||||
xmlFreeDoc(doc);
|
xmlFreeDoc(doc);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue