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:
Tobias Grosser 2014-11-03 22:11:20 +00:00
parent 899baf3625
commit 7f14dd53e9

View File

@ -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"