Whitespace: fix indentation in subsurfacewebservices.* to use tabs

Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
Thiago Macieira 2013-11-14 14:39:17 -08:00
parent 7c8e95e1b5
commit 0ed95678ba
2 changed files with 44 additions and 44 deletions

View file

@ -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;
}