Bladeren bron

fix indentation

Nyanmisaka 5 jaren geleden
bovenliggende
commit
2ce16d4bb5
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      deployment/windows/build-jellyfin.ps1

+ 2 - 2
deployment/windows/build-jellyfin.ps1

@@ -44,8 +44,8 @@ function Build-JellyFin {
 function Install-FFMPEG {
 function Install-FFMPEG {
     param(
     param(
         [string]$ResolvedInstallLocation,
         [string]$ResolvedInstallLocation,
-		[string]$Architecture,
-		[string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared"
+        [string]$Architecture,
+        [string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared"
     )
     )
     Write-Verbose "Checking Architecture"
     Write-Verbose "Checking Architecture"
     if($Architecture -notin @('x86','x64')){
     if($Architecture -notin @('x86','x64')){