diff options
Diffstat (limited to 'scripts/contrib/patchreview.py')
-rwxr-xr-x | scripts/contrib/patchreview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/patchreview.py b/scripts/contrib/patchreview.py index 002991c559..85d2169ad1 100755 --- a/scripts/contrib/patchreview.py +++ b/scripts/contrib/patchreview.py | |||
@@ -232,7 +232,7 @@ if __name__ == "__main__": | |||
232 | row['malformed-sob'] += 1 | 232 | row['malformed-sob'] += 1 |
233 | 233 | ||
234 | data.append(row) | 234 | data.append(row) |
235 | json.dump(data, open(args.json, "w")) | 235 | json.dump(data, open(args.json, "w"), sort_keys=True, indent="\t") |
236 | 236 | ||
237 | if args.histogram: | 237 | if args.histogram: |
238 | print() | 238 | print() |