Skip to content

Commit c26c40e

Browse files
committed
White space fixes.
1 parent 9445de0 commit c26c40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32ss/gdi/ntgdi/gdiobj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ ENTRY_ReferenceEntryByHandle(HGDIOBJ hobj, FLONG fl)
483483

484484
/* HACK: This may be a hack but it fixes CORE-5601.
485485
* Allow a window that is moving or resizing to have access to all of its child
486-
* windows dc's even if the dc belongs to another process i.e. 3D Screensaver */
486+
* windows dc's even if the dc belongs to another process i.e. 3D Screensaver */
487487
if (pti && pti->TIF_flags & TIF_MOVESIZETRACKING)
488488
fl = GDIOBJFLAG_IGNOREPID;
489489

0 commit comments

Comments
 (0)