Skip to content

Commit b5dffd6

Browse files
committed
Result of Preprocessing Step in 'Compile.ps1' Script - Remove Trailing Whitespace Characters
1 parent 1d6d0d6 commit b5dffd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+68
-68
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
# directory in the root of your repository except for the `/apps/github`
5757
# subdirectory, as its owners are left empty.
5858
# /apps/ @octocat
59-
# /apps/github
59+
# /apps/github

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
interval: "weekly"
77
ignore:
88
- dependency-name: "actions/stale"
9-
versions: '>= 9'
9+
versions: '>= 9'

.github/workflows/github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitHub Pages Deploy
22
on:
33
release:
44
types: [published, prereleased]
5-
workflow_dispatch:
5+
workflow_dispatch:
66
permissions:
77
contents: write
88
jobs:

.github/workflows/issue-slash-commands.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
ISSUE_NUMBER: ${{ github.event.issue.number }}
4343
run: |
4444
echo Closing the issue...
45-
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
45+
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}

.github/workflows/sponsors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: JamesIves/github-pages-deploy-action@v4
2323
with:
2424
branch: main
25-
folder: '.'
25+
folder: '.'

.github/workflows/unittests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
3838
shell: pwsh
3939
env:
40-
TEMP: ${{ runner.temp }}
40+
TEMP: ${{ runner.temp }}

config/dns.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"Primary6": "2a10:50c0::bad1:ff",
4848
"Secondary6": "2a10:50c0::bad2:ff"
4949
}
50-
}
50+
}

docs/KnownIssues.md

+1-1

docs/changelog.md

+13-13

docs/contribute.md

+2-2

docs/index.md

+1-1

edgeremoval.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ function Remove-MicrosoftEdge {
250250
}
251251

252252
# Execute the main function
253-
Remove-MicrosoftEdge
253+
Remove-MicrosoftEdge

functions/private/Copy-Files.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ function Copy-Files {
4545
Write-Warning "Unable to Copy all the files due to unhandled exception"
4646
Write-Warning $psitem.Exception.StackTrace
4747
}
48-
}
48+
}

functions/private/Get-LocalizedYesNo.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ function Get-LocalizedYesNo {
3131
# Return the array of characters
3232
return $charactersArray
3333

34-
}
34+
}

functions/private/Get-WinUtilInstallerProcess.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ function Get-WinUtilInstallerProcess {
2121
return $true
2222
}
2323
return $false
24-
}
24+
}

functions/private/Invoke-WinUtilBingSearch.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ function Invoke-WinUtilBingSearch {
3131
Write-Warning "Unable to set $Name due to unhandled exception"
3232
Write-Warning $psitem.Exception.StackTrace
3333
}
34-
}
34+
}

functions/private/Invoke-WinUtilDarkMode.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Function Invoke-WinUtilDarkMode {
3333
Write-Warning "Unable to set $Name due to unhandled exception"
3434
Write-Warning $psitem.Exception.StackTrace
3535
}
36-
}
36+
}

functions/private/Invoke-WinUtilGPU.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ function Invoke-WinUtilGPU {
1818
}
1919
}
2020
return $true
21-
}
21+
}

functions/private/Invoke-WinUtilMouseAcceleration.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Function Invoke-WinUtilMouseAcceleration {
3939
Write-Warning "Unable to set $Name due to unhandled exception"
4040
Write-Warning $psitem.Exception.StackTrace
4141
}
42-
}
42+
}

functions/private/Invoke-WinUtilNumLock.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ function Invoke-WinUtilNumLock {
2929
Write-Warning "Unable to set $Name due to unhandled exception"
3030
Write-Warning $psitem.Exception.StackTrace
3131
}
32-
}
32+
}

functions/private/Invoke-WinUtilScript.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ function Invoke-WinUtilScript {
4646
Write-Warning $psitem.Exception.StackTrace
4747
}
4848

49-
}
49+
}

functions/private/Invoke-WinUtilShowExt.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function Invoke-WinUtilShowExt {
2828
Write-Warning "Unable to set $Name due to unhandled exception"
2929
Write-Warning $psitem.Exception.StackTrace
3030
}
31-
}
31+
}

functions/private/Invoke-WinUtilSnapFlyout.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ function Invoke-WinUtilSnapFlyout {
3131
Write-Warning "Unable to set $Name due to unhandled exception"
3232
Write-Warning $psitem.Exception.StackTrace
3333
}
34-
}
34+
}

functions/private/Invoke-WinUtilSnapSuggestion.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ function Invoke-WinUtilSnapSuggestion {
3131
Write-Warning "Unable to set $Name due to unhandled exception"
3232
Write-Warning $psitem.Exception.StackTrace
3333
}
34-
}
34+
}

functions/private/Invoke-WinUtilSnapWindow.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function Invoke-WinUtilSnapWindow {
2828
Write-Warning "Unable to set $Name due to unhandled exception"
2929
Write-Warning $psitem.Exception.StackTrace
3030
}
31-
}
31+
}

functions/private/Invoke-WinUtilSponsors.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Function Invoke-WinUtilSponsors {
4242
Write-Error "An error occurred while fetching or processing the sponsors: $_"
4343
return $null
4444
}
45-
}
45+
}

functions/private/Invoke-WinUtilStickyKeys.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Function Invoke-WinUtilStickyKeys {
2828
Write-Warning "Unable to set $Name due to unhandled exception"
2929
Write-Warning $psitem.Exception.StackTrace
3030
}
31-
}
31+
}

functions/private/Invoke-WinUtilVerboseLogon.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function Invoke-WinUtilVerboseLogon {
2828
Write-Warning "Unable to set $Name due to unhandled exception"
2929
Write-Warning $psitem.Exception.StackTrace
3030
}
31-
}
31+
}

functions/private/Remove-WinUtilAPPX.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ function Remove-WinUtilAPPX {
3333
Write-Warning "Unable to uninstall $name due to unhandled exception"
3434
Write-Warning $psitem.Exception.StackTrace
3535
}
36-
}
36+
}

functions/private/Set-WinUtilDNS.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function Set-WinUtilDNS {
3232
Write-Warning "Unable to set DNS Provider due to an unhandled exception"
3333
Write-Warning $psitem.Exception.StackTrace
3434
}
35-
}
35+
}

functions/private/Set-WinUtilScheduledTask.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ function Set-WinUtilScheduledTask {
4242
Write-Warning "Unable to run script for $name due to unhandled exception"
4343
Write-Warning $psitem.Exception.StackTrace
4444
}
45-
}
45+
}

functions/private/Set-WinUtilTaskbarItem.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ function Set-WinUtilTaskbaritem {
8383
if ($description) {
8484
$sync["Form"].taskbarItemInfo.Description = $description
8585
}
86-
}
86+
}

functions/private/Update-WinUtilProgramWinget.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Function Update-WinUtilProgramWinget {
1818

1919
$global:WinGetInstall = Start-Process -Verb runas powershell -ArgumentList "-command invoke-command -scriptblock {$wingetinstall} -argumentlist '$($ProgramsToInstall -join ",")'" -PassThru
2020

21-
}
21+
}

functions/public/Invoke-WPFButton.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ function Invoke-WPFButton {
5555
"WPFCloseButton" {Invoke-WPFCloseButton}
5656
"MicrowinScratchDirBT" {Invoke-ScratchDialog}
5757
}
58-
}
58+
}

functions/public/Invoke-WPFCloseButton.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ function Invoke-WPFCloseButton {
99
#>
1010
$sync["Form"].Close()
1111
Write-Host "Bye bye!"
12-
}
12+
}

functions/public/Invoke-WPFControlPanel.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ function Invoke-WPFControlPanel {
1919
"WPFPanelsystem" {cmd /c sysdm.cpl}
2020
"WPFPaneluser" {cmd /c "control userpasswords2"}
2121
}
22-
}
22+
}

functions/public/Invoke-WPFFeatureInstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ function Invoke-WPFFeatureInstall {
3333
Write-Host "--- A Reboot may be required ---"
3434
Write-Host "==================================="
3535
}
36-
}
36+
}

functions/public/Invoke-WPFFixesNetwork.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ function Invoke-WPFFixesNetwork {
2626
Write-Host "=========================================="
2727
Write-Host "-- Network Configuration has been Reset --"
2828
Write-Host "=========================================="
29-
}
29+
}

functions/public/Invoke-WPFFixesUpdate.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ function Invoke-WPFFixesUpdate {
289289
Write-Progress -Id 8 -Activity "Deleting BITS jobs" -Completed
290290
Write-Progress -Id 9 -Activity "Starting Windows Update Services" -Completed
291291
Write-Progress -Id 10 -Activity "Forcing discovery" -Completed
292-
}
292+
}

functions/public/Invoke-WPFFixesWinget.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ function Invoke-WPFFixesWinget {
1111
Install-WinUtilChoco
1212
Start-Process -FilePath "choco" -ArgumentList "install winget -y --force" -NoNewWindow -Wait
1313

14-
}
14+
}

functions/public/Invoke-WPFMicrowin.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,4 @@ public class PowerManagement {
502502
[PowerManagement]::SetThreadExecutionState(0)
503503
$sync.ProcessRunning = $false
504504
}
505-
}
505+
}

functions/public/Invoke-WPFOOSU.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ function Invoke-WPFOOSU {
1717
finally {
1818
$ProgressPreference = $Initial_ProgressPreference
1919
}
20-
}
20+
}

functions/public/Invoke-WPFPanelDISM.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ function Invoke-WPFPanelDISM {
2727
Write-Host '`n(3/4) DISM' -ForegroundColor Green; DISM /Online /Cleanup-Image /Restorehealth;
2828
Write-Host '`n(4/4) SFC - 2nd scan' -ForegroundColor Green; sfc /scannow;
2929
Read-Host '`nPress Enter to Continue'" -verb runas
30-
}
30+
}

functions/public/Invoke-WPFRunspace.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ function Invoke-WPFRunspace {
4646
$sync.runspace.Close()
4747
[System.GC]::Collect()
4848
}
49-
}
49+
}

functions/public/Invoke-WPFUltimatePerformance.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Function Invoke-WPFUltimatePerformance {
5050
} Catch{
5151
Write-Warning $psitem.Exception.Message
5252
}
53-
}
53+
}

functions/public/Invoke-WPFUpdatesdefault.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ function Invoke-WPFUpdatesdefault {
4242
Write-Host "==================================================="
4343
Write-Host "--- Windows Update Settings Reset to Default ---"
4444
Write-Host "==================================================="
45-
}
45+
}

functions/public/Invoke-WPFUpdatesdisable.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function Invoke-WPFUpdatesdisable {
3232
Write-Host "================================="
3333
Write-Host "--- Updates ARE DISABLED ---"
3434
Write-Host "================================="
35-
}
35+
}

functions/public/Invoke-WPFUpdatessecurity.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ function Invoke-WPFUpdatessecurity {
5050
Write-Host "================================="
5151
Write-Host "-- Updates Set to Recommended ---"
5252
Write-Host "================================="
53-
}
53+
}

functions/public/Invoke-WPFtweaksbutton.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ function Invoke-WPFtweaksbutton {
5656
# $MessageIcon = [System.Windows.MessageBoxImage]::Information
5757
# [System.Windows.MessageBox]::Show($Messageboxbody, $MessageboxTitle, $ButtonType, $MessageIcon)
5858
}
59-
}
59+
}

functions/public/Invoke-WPFundoall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ function Invoke-WPFundoall {
202202
Write-Host "--- Undo All is Finished ---"
203203
Write-Host "================================="
204204
#>
205-
}
205+
}

gpedit-home.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Get-ChildItem @(
22
"$env:SystemRoot\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package*.mum",
33
"$env:SystemRoot\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package*.mum"
4-
) | ForEach-Object { dism.exe /online /norestart /add-package:"$_" }
4+
) | ForEach-Object { dism.exe /online /norestart /add-package:"$_" }

0 commit comments

Comments
 (0)