From a06392bdd1efc17f7e277fd6ff62487d42f7df3c Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 9 Jun 2021 16:27:20 -0700 Subject: Update clang-format version in scripts We're currently on clang-format-11, the scripts should represent this. Signed-off-by: Ed Tanous Change-Id: Ic4d2719d4ae28e51e0579cdcc8e8efbd47b65dbe --- scripts/parse_registries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py index 4195236636..b4deaa6dad 100755 --- a/scripts/parse_registries.py +++ b/scripts/parse_registries.py @@ -115,4 +115,4 @@ for file, json_dict, namespace, url in files: registry.write("\"{}\",".format(message["Resolution"])) registry.write("}},") registry.write("};}\n") - subprocess.check_call(["clang-format-10", "-i", file]) + subprocess.check_call(["clang-format-11", "-i", file]) -- cgit v1.2.3