Author: simons
Date: Wed Apr 13 17:53:07 2011
New Revision: 26824
URL: https://svn.nixos.org/websvn/nix/?rev=26824&sc=1

Log:
all-packages.nix: strip trailing whitespace

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Wed Apr 13 17:53:01 
2011        (r26823)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Wed Apr 13 17:53:07 
2011        (r26824)
@@ -343,7 +343,7 @@
   };
 
   platforms = import ./platforms.nix;
-  
+
 
   ### TOOLS
 
@@ -977,7 +977,7 @@
   ncompress = callPackage ../tools/compression/ncompress { };
 
   ndisc6 = callPackage ../tools/networking/ndisc6 { };
-  
+
   netcat = callPackage ../tools/networking/netcat { };
 
   netkittftp = callPackage ../tools/networking/netkit/tftp { };
@@ -2384,7 +2384,7 @@
   pure = callPackage ../development/interpreters/pure {};
 
   python = python27;
-  
+
   python26 = callPackage ../development/interpreters/python/2.6 { };
 
   python27 = callPackage ../development/interpreters/python/2.7 { };
@@ -4512,7 +4512,7 @@
   };
   */
 
-  
+
   ### SERVERS
 
   rdf4store = callPackage ../servers/http/4store { };
@@ -5788,7 +5788,7 @@
     qt = qt4;
   };
 
-  bitcoin = callPackage ../applications/misc/bitcoin { 
+  bitcoin = callPackage ../applications/misc/bitcoin {
     wxGTK = wxGTK290;
     db4 = db47;
     inherit (xlibs) libSM;
@@ -7072,7 +7072,7 @@
 
   zathura = callPackage ../applications/misc/zathura { };
 
-  zynaddsubfx = callPackage ../applications/audio/zynaddsubfx { 
+  zynaddsubfx = callPackage ../applications/audio/zynaddsubfx {
     fltk = fltk11;
   };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to