Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcblues committed Dec 21, 2024
1 parent 06d0e26 commit 084bbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6941,9 +6941,8 @@ protected override void WndProc(ref Message m)
m.ResultInternal = lrBrush;
}
#pragma warning restore WFO5001


break;

case MessageId.WM_REFLECT_NOTIFY:
WmReflectNotify(ref m);
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3302,9 +3302,8 @@ protected override unsafe void WndProc(ref Message m)
m.ResultInternal = lrBrush;
}
#pragma warning restore WFO5001


break;

case PInvokeCore.WM_WINDOWPOSCHANGING:
case PInvokeCore.WM_NCCALCSIZE:
case PInvokeCore.WM_WINDOWPOSCHANGED:
Expand Down

0 comments on commit 084bbeb

Please sign in to comment.