mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
anv: fix python whitespace warning
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
e0347581f3
commit
bbf8316fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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=(',', ': '))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue