From ae02f60cc0fb8a44addcc95d50142a57d3b8a48e Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Tue, 27 Dec 2016 10:47:37 +0100 Subject: [PATCH] make the gbuildtojson output debugable. Added a NEWLINE after each JSON variable, this makes the files easier readable and has no impact on performance. Change-Id: I5610c79ba74d6d34b7c4bacd0ba8626d37cb4e70 --- solenv/gbuildtojson/gbuildtojson.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/gbuildtojson/gbuildtojson.cxx b/solenv/gbuildtojson/gbuildtojson.cxx index 6b3367dea6e2..96d38eaafccd 100644 --- a/solenv/gbuildtojson/gbuildtojson.cxx +++ b/solenv/gbuildtojson/gbuildtojson.cxx @@ -75,7 +75,7 @@ int main(int argc, char** argv) if(first) first =false; else - cout << ", "; + cout << "," << endl; string varupper(varandfile.first); for(auto& c : varupper) if(c != '_')