soundcloud export: use tabs for indentation.

This commit is contained in:
Colin Fletcher 2013-08-15 17:14:18 +01:00
parent 2c5c099fdd
commit 9591a48051

View file

@ -275,7 +275,7 @@ SoundcloudUploader::Upload(string file_path, string title, string auth_token, bo
if(xml_page.memory){
std::cout << xml_page.memory << std::endl;
std::cout << xml_page.memory << std::endl;
XMLTree doc;
doc.read_buffer( xml_page.memory );