Big cleanup: Remove trailing whitespace from files (except those imported

from external sources).
This commit is contained in:
mmdolze
2010-10-30 18:04:21 +00:00
parent 49cd060374
commit fd9b2ce713
113 changed files with 856 additions and 856 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ COMPILEREPORT=../st-compile-report/${PLATFORM}:${BRANCH}:
GMAKEPATH=`which gmake`
MAKEPATH=`which make`
if test ${GMAKEPATH} && test -f ${GMAKEPATH}; then
if test ${GMAKEPATH} && test -f ${GMAKEPATH}; then
MAKE=${GMAKEPATH}
else
if test ${MAKEPATH} && test -f ${MAKEPATH}; then