CI: allow plain clang-format (Tumbleweed)

This commit is contained in:
Adriaan de Groot 2020-01-09 15:25:30 +01:00
parent d1f162f92a
commit a403f1e851

View File

@ -8,7 +8,7 @@
#
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
# Not an error if this particular clang-format isn't found
CF=$( which $_cf || true )