cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / pandoc / install.ps1
index 4f48056a1314e0bf25c584bb517d847b7667cf03..709e9106436e603b90700a5934527d827b1fe7b1 100644 (file)
@@ -34,7 +34,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
     # Enter tmp
     pushd .local\tmp
 
-        # Remove any leftover tmp cruft 
+        # Remove any leftover tmp cruft
         Remove-Item -Path ".\pandoc-v*" -Recurse -ErrorAction Ignore
         Remove-Item -Path ".\pandoc.exe" -Recurse -ErrorAction Ignore
 
@@ -42,7 +42,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
         # Windows BSD-tar handles zip. Imagine that.
         echo "Unpacking $pkg_download"
         & tar xf "$pkg_download"
-       
+
 
         # Settle unpacked archive into place
         echo "Install Location: $pkg_src_cmd"