Mercurial > hg > piper-cpp
diff vamp-stubber/stubber.cpp @ 235:87ab11fdcfec
Tidy
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 13 Jun 2017 09:46:30 +0100 |
parents | 09b7eab40dbf |
children | 5ba2749f2024 |
line wrap: on
line diff
--- a/vamp-stubber/stubber.cpp Tue Jun 13 09:46:03 2017 +0100 +++ b/vamp-stubber/stubber.cpp Tue Jun 13 09:46:30 2017 +0100 @@ -204,8 +204,8 @@ cout << " "; string outputId = o.first; const StaticOutputDescriptor &desc = o.second; - cout << "{ \"" << outputId << "\", { \"" - << desc.typeURI << "\" } }"; + cout << "{ \"" << outputId << "\",\n { \"" + << desc.typeURI << "\" }\n }"; first = false; } cout << "\n }\n";