Author: simons
Date: Tue Feb 14 14:42:56 2012
New Revision: 32274
URL: https://nixos.org/websvn/nix/?rev=32274&sc=1

Log:
pkgs/development/compilers/gcc-4.6: strip trailing whitespace

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6/default.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6/default.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6/default.nix  
    Tue Feb 14 14:33:10 2012        (r32273)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6/default.nix  
    Tue Feb 14 14:42:56 2012        (r32274)
@@ -230,8 +230,8 @@
     ${if enableMultilib then "" else "--disable-multilib"}
     ${if enableShared then "" else "--disable-shared"}
     ${if ppl != null then "--with-ppl=${ppl}" else ""}
-    ${if cloog != null then 
-      "--with-cloog=${cloog} --enable-cloog-backend=isl" 
+    ${if cloog != null then
+      "--with-cloog=${cloog} --enable-cloog-backend=isl"
       else ""}
     ${if langJava then
       "--with-ecj-jar=${javaEcj} " +
@@ -319,7 +319,7 @@
       --target=${stdenv.cross.config}
     '';
   };
- 
+
 
   # Needed for the cross compilation to work
   AR = "ar";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to