Remove trailing whitespace from one line.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 6 Jun 2011 13:18:55 +0000 (14:18 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 6 Jun 2011 13:18:55 +0000 (14:18 +0100)
febootstrap_pacman.ml

index 96dfefa..9148988 100644 (file)
@@ -50,7 +50,7 @@ let pacman_resolve_dependencies_and_download names =
    *)
   List.iter (
     fun pkg ->
-      let cmd = 
+      let cmd =
         sprintf "cd %s && mkdir -p var/lib/pacman && fakeroot pacman -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s"
         (Filename.quote tmpdir)
         pkg in