Mercurial > hg > piper-cpp
comparison 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 |
comparison
equal
deleted
inserted
replaced
234:9ec8a707408e | 235:87ab11fdcfec |
---|---|
202 cout << ",\n "; | 202 cout << ",\n "; |
203 } | 203 } |
204 cout << " "; | 204 cout << " "; |
205 string outputId = o.first; | 205 string outputId = o.first; |
206 const StaticOutputDescriptor &desc = o.second; | 206 const StaticOutputDescriptor &desc = o.second; |
207 cout << "{ \"" << outputId << "\", { \"" | 207 cout << "{ \"" << outputId << "\",\n { \"" |
208 << desc.typeURI << "\" } }"; | 208 << desc.typeURI << "\" }\n }"; |
209 first = false; | 209 first = false; |
210 } | 210 } |
211 cout << "\n }\n"; | 211 cout << "\n }\n"; |
212 cout << " );\n\n"; | 212 cout << " );\n\n"; |
213 } | 213 } |