Skip to content

Commit 0a6d458

Browse files
committed
Formatting change based on reviewer comments.
1 parent fb3b342 commit 0a6d458

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

win32ss/user/ntuser/winpos.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,8 +2023,7 @@ co_WinPosSetWindowPos(
20232023
Window->state |= WNDS_SENDNCPAINT;
20242024
}
20252025

2026-
if ((!(WinPos.flags & SWP_NOREDRAW) && ((WinPos.flags &
2027-
SWP_AGG_STATUSFLAGS) != SWP_AGG_NOPOSCHANGE)) ||
2026+
if ((!(WinPos.flags & SWP_NOREDRAW) && ((WinPos.flags & SWP_AGG_STATUSFLAGS) != SWP_AGG_NOPOSCHANGE)) ||
20282027
((WinPos.flags & SWP_NOZORDER) && (WinPos.flags & SWP_NOOWNERZORDER)))
20292028
{
20302029
/* Determine the new visible region */

0 commit comments

Comments
 (0)