mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-02 23:20:20 +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)
|
||||
download_dialog_traverse_xml(root->children, &status);
|
||||
end:
|
||||
end:
|
||||
xmlFreeDoc(doc);
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue