format changes

This commit is contained in:
Chris Titus
2024-09-20 09:03:18 -05:00
parent 1ee7274bdb
commit 3f2759f967
3 changed files with 8 additions and 8 deletions

View File

@ -30,4 +30,4 @@ public class Win32 {
# Send the broadcast message to all windows
[Win32]::SendMessageTimeout($HWND_BROADCAST, $WM_SETTINGCHANGE, [IntPtr]::Zero, "ImmersiveColorSet", $SMTO_ABORTIFHUNG, $timeout, [ref]([IntPtr]::Zero))
}
}
}