mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
whitespace changes (#5750)
This commit is contained in:
@@ -188,6 +188,7 @@ namespace PowerLauncher.Helper
|
||||
{
|
||||
throw new Win32Exception();
|
||||
}
|
||||
|
||||
var result = new string[numArgs];
|
||||
|
||||
for (int i = 0; i < numArgs; i++)
|
||||
@@ -201,11 +202,11 @@ namespace PowerLauncher.Helper
|
||||
finally
|
||||
{
|
||||
IntPtr p = _LocalFree(argv);
|
||||
|
||||
// Otherwise LocalFree failed.
|
||||
// Assert.AreEqual(IntPtr.Zero, p);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public interface ISingleInstanceApp
|
||||
@@ -359,6 +360,7 @@ namespace PowerLauncher.Helper
|
||||
// Do an asynchronous call to ActivateFirstInstance function
|
||||
Application.Current.Dispatcher.Invoke(ActivateFirstInstance);
|
||||
}
|
||||
|
||||
// Disconnect client
|
||||
pipeServer.Disconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user