Clean trailing whitespace
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 27 Nov 2014 23:29:49 +0000 (18:29 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:18 +0000 (23:44 -0500)
stage2/pkg/binutils
stage2/pkg/zlib

index e8d8c09..f0404e2 100644 (file)
@@ -9,7 +9,7 @@ hvconfig_pre()
         --libdir=/usr/lib \
         --enable-shared \
         --disable-multilib"
-    
+
     case "${HVL_TARGET}" in
         "x86_64")
             # Libiberty uses gcc -print-multi-os-directory to determine where to
index 8c40047..55c6955 100644 (file)
@@ -23,6 +23,6 @@ hvbuild_post()
     mv -v /usr/lib/libz.so.* /lib
     ln -svf ../../lib/libz.so.1 /usr/lib/libz.so
 
-    # Fix the permissions on the static library: 
+    # Fix the permissions on the static library:
     chmod 644 /usr/lib/libz.a
 }