Remove trailing whitespace from one line.
[febootstrap.git] / 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