Skip to content

Commit f6fa723

Browse files
committed
Editor whitespace allignments
1 parent dca0d08 commit f6fa723

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndMouseInputProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ internal IntPtr FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, Int
412412
_queryCursorOperation?.Abort();
413413
_queryCursorOperation = null;
414414

415-
// MITIGATION_SETCURSOR
416-
if (_haveCapture)
415+
// MITIGATION_SETCURSOR
416+
if (_haveCapture)
417417
{
418418
// When we have capture we don't receive WM_SETCURSOR
419419
// prior to a mouse move. So that we don't erroneously think

src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/IO/Packaging/XpsFilter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ private void ReleaseResources()
608608
_package?.Close();
609609
_package = null;
610610
}
611+
611612
_packageStream?.Close();
612613
_packageStream = null;
613614
}

0 commit comments

Comments
 (0)