From d3a76fed2acb0453722b20bbd255dcfb8f4c5afd Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Thu, 9 Feb 2012 15:23:03 +0100
Subject: [PATCH] Fixed trailing whitespaces

---
 build.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.sh b/build.sh
index 429e555..dc10958 100755
--- a/build.sh
+++ b/build.sh
@@ -318,7 +318,7 @@ prepare_boinc()
     echo "Preparing BOINC..." | tee -a $LOGFILE
     mkdir -p $ROOT/3rdparty/boinc >> $LOGFILE || failure
     mkdir -p $ROOT/build/boinc >> $LOGFILE || failure
- 
+
     cd $ROOT/3rdparty/boinc || failure
     if [ -d .git ]; then
         echo "Updating BOINC (tag: $1)..." | tee -a $LOGFILE
@@ -332,14 +332,14 @@ prepare_boinc()
     else
         # workaround for old git versions
         rm -rf $ROOT/3rdparty/boinc >> $LOGFILE || failure
- 
+
         echo "Retrieving BOINC (tag: $1) (this may take a while)..." | tee -a $LOGFILE
         cd $ROOT/3rdparty || failure
         git clone git://git.aei.uni-hannover.de/shared/einsteinathome/boinc.git boinc >> $LOGFILE 2>&1 || failure
         cd $ROOT/3rdparty/boinc || failure
         git checkout $1 >> $LOGFILE  2>&1 || failure
     fi
- 
+
     return 0
 }
 
@@ -361,7 +361,7 @@ build_sdl()
     if [ "$1" == "$TARGET_MAC" ]; then
         $ROOT/3rdparty/sdl/configure --prefix=$ROOT/install --enable-shared=no --enable-static=yes --enable-screensaver=yes --enable-video-x11=no >> $LOGFILE 2>&1 || failure
     else
-        $ROOT/3rdparty/sdl/configure --prefix=$ROOT/install --enable-shared=no --enable-static=yes --enable-screensaver=yes >> $LOGFILE 2>&1 || failure 
+        $ROOT/3rdparty/sdl/configure --prefix=$ROOT/install --enable-shared=no --enable-static=yes --enable-screensaver=yes >> $LOGFILE 2>&1 || failure
     fi
     make >> $LOGFILE 2>&1 || failure
     make install >> $LOGFILE 2>&1 || failure
-- 
GitLab