mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 18:10:24 +00:00
Revert "Temporary disable formatting error"
This reverts commit r221159, as clang-format is again back to its old behaviour and we do not cause any buildbot error messages any more. llvm-svn: 221189
This commit is contained in:
parent
899baf3625
commit
7f14dd53e9
@ -23,9 +23,6 @@ for ARG in "$@"
|
||||
|
||||
if [[ $OK -eq "1" ]]; then
|
||||
echo "Error: clang-format reported formatting differences"
|
||||
# Temporarily disable formatting check until we understand if clang-format
|
||||
# commit r221125 was intended to change C++ formatting.
|
||||
exit 0
|
||||
exit 1
|
||||
else
|
||||
echo "OK: clang-format reported no formatting differences"
|
||||
|
Loading…
x
Reference in New Issue
Block a user