Merge branch 'fix-clang-format' into 'main'

ci: Upgrade to clang-format-11 from clang-format-7

See merge request GNOME/glib!2357
This commit is contained in:
Sebastian Dröge 2021-11-24 10:25:06 +00:00
commit 6ec18d8254

View File

@ -9,7 +9,7 @@ ancestor_horizon=28 # days (4 weeks)
source .gitlab-ci/search-common-ancestor.sh
git diff -U0 --no-color "${newest_common_ancestor_sha}" | ./clang-format-diff.py -binary "clang-format-7" -p1
git diff -U0 --no-color "${newest_common_ancestor_sha}" | ./clang-format-diff.py -binary "clang-format-11" -p1
)
exit_status=$?