Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / crossgcc / buildgcc
index 2ff6234f2e0ce5261ea30f332f3df113564392a2..bacaf500a78a78a68c2663e13c4d3353a66e8c4a 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright (C) 2008-2009 by coresystems GmbH
 # written by Patrick Georgi <patrick.georgi@coresystems.de> and
 #            Stefan Reinauer <stefan.reinauer@coresystems.de>
-# 
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License.
@@ -202,7 +202,7 @@ for PACKAGE in GMP MPFR GCC BINUTILS GDB $MINGW_PACKAGES; do
        archive=$PACKAGE"_ARCHIVE"
        archive=${!archive}
        dir=$PACKAGE"_DIR"
-       test -d ${!dir} || ( 
+       test -d ${!dir} || (
                printf " * `basename $archive`\n"
                FLAGS=zxf
                test ${archive:${#archive}-2:2} = "gz" && FLAGS=zxf