Fix C# style with dotnet format

This commit is contained in:
Raul Santos 2022-08-27 03:22:23 +02:00
parent 390333e822
commit d35c58507c
No known key found for this signature in database
GPG key ID: B532473AE3A803E4
12 changed files with 158 additions and 139 deletions

View file

@ -249,8 +249,8 @@ namespace GodotTools.OpenVisualStudio
// Thread call was rejected, so try again.
int IOleMessageFilter.RetryRejectedCall(IntPtr hTaskCallee, int dwTickCount, int dwRejectType)
{
// flag = SERVERCALL_RETRYLATER
if (dwRejectType == 2)
// flag = SERVERCALL_RETRYLATER
{
// Retry the thread call immediately if return >= 0 & < 100
return 99;