cleanup: Fix up whitespace everywhere.
[profile] / setup
diff --git a/setup b/setup
index 194e1bc..ec629c4 100755 (executable)
--- a/setup
+++ b/setup
@@ -48,7 +48,7 @@ for i in bin lib/emacs src; do
     echo " done."
   fi
 done
-echo "  all done."
+echo " all done."
 
 ### Find out how to fetch things over the net
 $echon "Finding URL fetcher:$echoc"
@@ -90,7 +90,7 @@ for script in $scripts; do
   fi
 done
 
-echo "  all done."
+echo " all done."
 
 ### Install some more complicated programs
 echo "Installing packages..."
@@ -129,7 +129,7 @@ for system in $systems; do
     )
   fi
 done
-echo "  all done."
+echo " all done."
 
 ### Install global configuration
 echo -n "Installing dotfile configuration:"
@@ -141,9 +141,9 @@ else
 fi
 
 ### Symlink the various dotfiles into place
-dotfiles=" 
+dotfiles="
   bash_profile bash_logout bashrc inputrc bash_completion
-  emacs emacs-calc 
+  emacs emacs-calc
   vm mailrc signature
   gitconfig cgrc stgitrc tigrc
   lisp-init.lisp:.cmucl-init.lisp
@@ -171,7 +171,7 @@ for d in $dotfiles; do
   mv $ft.new $ft
   echo "  $target"
 done
-echo "  all done."
+echo " all done."
 
 ### Set up the Emacs config
 $echon "Finding a suitable emacs:$echoc"
@@ -198,9 +198,9 @@ for elib in $emacspkg; do
   $echon "  $elib:$echoc"
   if $false $emacs >/dev/null 2>&1 --no-site-file --batch --eval '
        (progn
-         (setq load-path (nconc load-path (list "~/lib/emacs")))
-         (kill-emacs (condition-case nil
-                        (progn (load-library "'"$elib"'") 0)
+        (setq load-path (nconc load-path (list "~/lib/emacs")))
+        (kill-emacs (condition-case nil
+                        (progn (load-library "'"$elib"'") 0)
                       (error 1))))'; then
     echo " already installed."
   else
@@ -213,7 +213,7 @@ for elib in $emacspkg; do
     echo " done."
   fi
 done
-echo "  all done."
+echo " all done."
 
 $echon "Setting up Emacs configuration:$echoc"
 $echon " linking$echoc"