diff options
author | LC <mathew1800@gmail.com> | 2020-08-13 21:13:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 21:13:21 +0200 |
commit | ff0b14ee624c056d41cb020562f57af07c710a8b (patch) | |
tree | 6642ba786c7158933e3d1e2fb41a1aa1a6e30a63 /.ci | |
parent | Merge pull request #4497 from lioncash/freezer-alg (diff) | |
parent | General: Tidy up clang-format warnings part 2 (diff) | |
download | yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.tar yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.tar.gz yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.tar.bz2 yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.tar.lz yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.tar.xz yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.tar.zst yuzu-ff0b14ee624c056d41cb020562f57af07c710a8b.zip |
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/scripts/format/script.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh index 1177d5c0c..969ab637c 100644 --- a/.ci/scripts/format/script.sh +++ b/.ci/scripts/format/script.sh @@ -8,8 +8,6 @@ fi # Default clang-format points to default 3.5 version one CLANG_FORMAT=clang-format-10 -ls /usr/bin - $CLANG_FORMAT --version if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then |