Skip to content

Commit 006b94d

Browse files
committed
deps.ffmpeg: Fix indentation
1 parent 8d67164 commit 006b94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.ffmpeg/60-srt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Configure {
4040
Log-Information "Configure (${Target})"
4141
Set-Location "${Name}-${Version}"
4242

43-
if ( $ForceShared -and ( $script:Shared -eq $false ) ) {
43+
if ( $ForceShared -and ( $script:Shared -eq $false ) ) {
4444
$Shared = $true
4545
} else {
4646
$Shared = $script:Shared.isPresent

deps.ffmpeg/70-librist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Configure {
4040
Log-Information "Configure (${Target})"
4141
Set-Location $Path
4242

43-
if ( $ForceShared -and ( ! $script:Shared ) ) {
43+
if ( $ForceShared -and ( ! $script:Shared ) ) {
4444
$Shared = $true
4545
} else {
4646
$Shared = $script:Shared.isPresent

0 commit comments

Comments
 (0)