diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 37997c0cbef4..ca0cafa26548 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -13,7 +13,7 @@ fi # Cpplint setup cd ${SCRIPT_DIR} if [ ! -d cpplint ]; then - svn co -r82 http://google-styleguide.googlecode.com/svn/trunk/cpplint cpplint + svn co -r83 http://google-styleguide.googlecode.com/svn/trunk/cpplint cpplint fi CPPLINT=${SCRIPT_DIR}/cpplint/cpplint.py