Fix whitespace formatting

This commit is contained in:
softworkz
2025-11-15 08:05:31 +01:00
parent 30b547b8d3
commit 8e7892ebd4
106 changed files with 296 additions and 349 deletions

View File

@@ -7,13 +7,13 @@ namespace ElectronNET.API
/// <summary>
/// Monitor power state changes..
/// </summary>
public sealed class PowerMonitor: ApiBase
public sealed class PowerMonitor : ApiBase
{
protected override SocketTaskEventNameTypes SocketTaskEventNameType => SocketTaskEventNameTypes.DashesLowerFirst;
protected override SocketEventNameTypes SocketEventNameType => SocketEventNameTypes.DashedLower;
/// <summary>
/// Emitted when the system is about to lock the screen.
/// Emitted when the system is about to lock the screen.
/// </summary>
public event Action OnLockScreen
{
@@ -22,7 +22,7 @@ namespace ElectronNET.API
}
/// <summary>
/// Emitted when the system is about to unlock the screen.
/// Emitted when the system is about to unlock the screen.
/// </summary>
public event Action OnUnLockScreen
{