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:
@@ -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 != '_')
|
||||
|
Reference in New Issue
Block a user