projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e034758
)
anv: fix python whitespace warning
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 18 Jul 2018 13:40:23 +0000
(14:40 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 25 Jul 2018 19:55:35 +0000
(20:55 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/intel/vulkan/anv_icd.py
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_icd.py
b/src/intel/vulkan/anv_icd.py
index 6666fafec34f677e45723b62ea37fdd5bbb23a77..73cc6453d51d0fbc2eec2c57f559b0e313fa9f95 100644
(file)
--- 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=(',', ': '))