Module: Mesa Branch: master Commit: bbf8316fcb5b1a0f0681d75f016152b9b11adaaf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbf8316fcb5b1a0f0681d75f016152b9b11adaaf
Author: Eric Engestrom <[email protected]> Date: Wed Jul 18 14:40:23 2018 +0100 anv: fix python whitespace warning Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- src/intel/vulkan/anv_icd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_icd.py b/src/intel/vulkan/anv_icd.py index 6666fafec3..73cc6453d5 100644 --- a/src/intel/vulkan/anv_icd.py +++ b/src/intel/vulkan/anv_icd.py @@ -45,4 +45,4 @@ if __name__ == '__main__': } with open(args.out, 'w') as f: - json.dump(json_data, f, indent = 4, sort_keys=True, separators=(',', ': ')) + json.dump(json_data, f, indent=4, sort_keys=True, separators=(',', ': ')) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
