# HG changeset patch
# User Chris Cannam <cannam@all-day-breakfast.com>
# Date 1497343590 -3600
# Node ID 87ab11fdcfecaaf6a1d43c3f313d3997a76f378d
# Parent  9ec8a707408ed0a9dbe82675feb97f537246e3bf
Tidy

diff -r 9ec8a707408e -r 87ab11fdcfec vamp-stubber/stubber.cpp
--- 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";