[Mesa-dev] [PATCH mesa 3/3] anv: fix python whitespace warning

Eric Engestrom eric.engestrom at intel.com
Wed Jul 25 19:14:52 UTC 2018


Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
 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 6666fafec34f677e4572..73cc6453d51d0fbc2eec 100644
--- a/src/intel/vulkan/anv_icd.py
+++ b/src/intel/vulkan/anv_icd.py
@@ -45,4 +45,4 @@
     }
 
     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=(',', ': '))
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list