From 7b5ccb47d29213d042cd61a76911a1ce37dd76e0 Mon Sep 17 00:00:00 2001 From: Lolbot Date: Fri, 3 Apr 2015 11:38:18 +0000 Subject: [PATCH] fixed 1892 files out of 4212: - removed 154050 CR characters - removed 150 trailing whitespaces - replaced 1695 tabs with spaces - fixed 1886 svn:eol-style properties --- build/check-source.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build/check-source.sh b/build/check-source.sh index 2765bd35..2525a528 100755 --- a/build/check-source.sh +++ b/build/check-source.sh @@ -121,18 +121,11 @@ for file in $FILES; do esac case "$file" in - # These files aren't ours, don't fix + # These files aren't ours, but fix their line endings src/bullet/*|\ src/lua/*|\ external/*|\ web/plugins/*) - continue - ;; - esac - - case "$file" in - # These files aren't ours, but fix their line endings - */generated/*) should_check_spaces=false ;; esac