about summary refs log tree commit diff
path: root/nixpkgs/doc/old/cross.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/old/cross.txt')
-rw-r--r--nixpkgs/doc/old/cross.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/doc/old/cross.txt b/nixpkgs/doc/old/cross.txt
index 9dd5b4c9993b..064ca8d37b01 100644
--- a/nixpkgs/doc/old/cross.txt
+++ b/nixpkgs/doc/old/cross.txt
@@ -220,7 +220,7 @@ fi
 
 preConfigure=preConfigure
 preConfigure() {
-    
+
     # Determine the frontends to build.
     langs="c"
     if test -n "$langCC"; then
@@ -262,7 +262,7 @@ postInstall() {
 
 #if test -z "$profiledCompiler"; then
     #makeFlags="bootstrap"
-#else    
+#else
     #makeFlags="profiledbootstrap"
 #fi