CI: allow plain clang-format (Tumbleweed)

This commit is contained in:
Adriaan de Groot 2020-01-09 15:25:30 +01:00
parent 537c257acf
commit 63b8de00ef

View File

@ -8,7 +8,7 @@
# #
AS=$( which astyle ) AS=$( which astyle )
for _cf in clang-format-7 clang-format-8 clang-format70 clang-format80 for _cf in clang-format-7 clang-format-8 clang-format70 clang-format80 clang-format
do do
# Not an error if this particular clang-format isn't found # Not an error if this particular clang-format isn't found
CF=$( which $_cf || true ) CF=$( which $_cf || true )