Result of Preprocessing Step in 'Compile.ps1' Script - Remove Trailing Whitespace Characters

This commit is contained in:
Mr.k
2024-07-26 03:37:43 +03:00
parent 1d6d0d600c
commit b5dffd671f
55 changed files with 68 additions and 68 deletions

View File

@ -45,4 +45,4 @@ function Copy-Files {
Write-Warning "Unable to Copy all the files due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -31,4 +31,4 @@ function Get-LocalizedYesNo {
# Return the array of characters
return $charactersArray
}
}

View File

@ -21,4 +21,4 @@ function Get-WinUtilInstallerProcess {
return $true
}
return $false
}
}

View File

@ -31,4 +31,4 @@ function Invoke-WinUtilBingSearch {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -33,4 +33,4 @@ Function Invoke-WinUtilDarkMode {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -18,4 +18,4 @@ function Invoke-WinUtilGPU {
}
}
return $true
}
}

View File

@ -39,4 +39,4 @@ Function Invoke-WinUtilMouseAcceleration {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -29,4 +29,4 @@ function Invoke-WinUtilNumLock {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -46,4 +46,4 @@ function Invoke-WinUtilScript {
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -28,4 +28,4 @@ function Invoke-WinUtilShowExt {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -31,4 +31,4 @@ function Invoke-WinUtilSnapFlyout {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -31,4 +31,4 @@ function Invoke-WinUtilSnapSuggestion {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -28,4 +28,4 @@ function Invoke-WinUtilSnapWindow {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -42,4 +42,4 @@ Function Invoke-WinUtilSponsors {
Write-Error "An error occurred while fetching or processing the sponsors: $_"
return $null
}
}
}

View File

@ -28,4 +28,4 @@ Function Invoke-WinUtilStickyKeys {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -28,4 +28,4 @@ function Invoke-WinUtilVerboseLogon {
Write-Warning "Unable to set $Name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -33,4 +33,4 @@ function Remove-WinUtilAPPX {
Write-Warning "Unable to uninstall $name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -32,4 +32,4 @@ function Set-WinUtilDNS {
Write-Warning "Unable to set DNS Provider due to an unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -42,4 +42,4 @@ function Set-WinUtilScheduledTask {
Write-Warning "Unable to run script for $name due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}
}
}

View File

@ -83,4 +83,4 @@ function Set-WinUtilTaskbaritem {
if ($description) {
$sync["Form"].taskbarItemInfo.Description = $description
}
}
}

View File

@ -18,4 +18,4 @@ Function Update-WinUtilProgramWinget {
$global:WinGetInstall = Start-Process -Verb runas powershell -ArgumentList "-command invoke-command -scriptblock {$wingetinstall} -argumentlist '$($ProgramsToInstall -join ",")'" -PassThru
}
}