python: Specify the JSON separators
[mesa.git] / src / amd / vulkan / radv_icd.py
index 78ed379bd2246db7539efceacfab3d31fff59bfc..cc86bbfa56c03edaefe7fbe3236515ae4f70773c 100644 (file)
@@ -44,4 +44,4 @@ if __name__ == '__main__':
     }
 
     with open(args.out, 'w') as f:
-        json.dump(json_data, f, indent = 4, sort_keys=True)
+        json.dump(json_data, f, indent = 4, sort_keys=True, separators=(',', ': '))