diff options
author | Gunnar Mills <gmills@us.ibm.com> | 2019-06-27 13:00:31 -0500 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2019-06-27 18:51:43 +0000 |
commit | 2c352ed3a7f808c24107d1a71bef9349193a6e13 (patch) | |
tree | 8a72952c2be9712e2bafa98db4bd0f7139a4c518 | |
parent | 06f69455c2e8886ebcfcbc94088e6b0106610072 (diff) | |
download | phosphor-webui-2c352ed3a7f808c24107d1a71bef9349193a6e13.tar.gz phosphor-webui-2c352ed3a7f808c24107d1a71bef9349193a6e13.zip |
Move to clang-format-8
Moved to clang-format-8 here:
https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-build-scripts/+/23087
Change-Id: I48f4fd4163581e7a8eaec260a52deb7da42b5b05
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-x | format-code.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format-code.sh b/format-code.sh index afcf8c4..d298d36 100755 --- a/format-code.sh +++ b/format-code.sh @@ -18,6 +18,6 @@ echo "Formatting code under $DIR/" # formatting due to some imported code in webui if [ -f ".clang-format" ]; then - clang-format-6.0 -i `git ls-files '*.js'` + clang-format-8 -i `git ls-files '*.js'` git --no-pager diff --exit-code fi |