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
This commit is contained in:
jan Iversen
2016-12-27 10:47:37 +01:00
parent 702c8c59a5
commit ae02f60cc0

View File

@@ -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 != '_')