parse_registries.py: Move to clang-format-10
Moving to clang-format-10 causes no changes to the registry files.
Tested: Ran parse_registries.py
Change-Id: Iac80c5ca784a08eecc206ed302b33b2d96caa7f6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py
index df72fd9..3680738 100755
--- a/scripts/parse_registries.py
+++ b/scripts/parse_registries.py
@@ -112,4 +112,4 @@
registry.write("\"{}\",".format(message["Resolution"]))
registry.write("}},")
registry.write("};}\n")
- subprocess.check_call(["clang-format-6.0", "-i", file])
+ subprocess.check_call(["clang-format-10", "-i", file])