mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
soundcloud export: use tabs for indentation.
This commit is contained in:
parent
2c5c099fdd
commit
9591a48051
1 changed files with 159 additions and 159 deletions
|
|
@ -275,7 +275,7 @@ SoundcloudUploader::Upload(string file_path, string title, string auth_token, bo
|
||||||
|
|
||||||
if(xml_page.memory){
|
if(xml_page.memory){
|
||||||
|
|
||||||
std::cout << xml_page.memory << std::endl;
|
std::cout << xml_page.memory << std::endl;
|
||||||
|
|
||||||
XMLTree doc;
|
XMLTree doc;
|
||||||
doc.read_buffer( xml_page.memory );
|
doc.read_buffer( xml_page.memory );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue