changeset 235:87ab11fdcfec

Tidy
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 13 Jun 2017 09:46:30 +0100
parents 9ec8a707408e
children 903f217e0ca7
files vamp-stubber/stubber.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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";