summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-06-10 02:27:20 +0300
committerEd Tanous <ed@tanous.net>2021-06-10 22:05:25 +0300
commita06392bdd1efc17f7e277fd6ff62487d42f7df3c (patch)
tree894e031157b59785a3afff5db3905db194eaaa2a
parent413d8767b84db1ef94146123638eae82016f04c3 (diff)
downloadbmcweb-a06392bdd1efc17f7e277fd6ff62487d42f7df3c.tar.xz
Update clang-format version in scripts
We're currently on clang-format-11, the scripts should represent this. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4d2719d4ae28e51e0579cdcc8e8efbd47b65dbe
-rwxr-xr-xscripts/parse_registries.py2
1 files changed, 1 insertions, 1 deletions
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])