mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[EXPLORER] Remove trailing whitespace.
This commit is contained in:
parent
4453f72ef8
commit
6093abdebb
3 changed files with 15 additions and 15 deletions
|
@ -1312,7 +1312,7 @@ ChangePos:
|
||||||
|
|
||||||
/* Move the tray window */
|
/* Move the tray window */
|
||||||
/* The handler of WM_WINDOWPOSCHANGING will override whatever size
|
/* The handler of WM_WINDOWPOSCHANGING will override whatever size
|
||||||
*and position we use here with m_TrayRects */
|
* and position we use here with m_TrayRects */
|
||||||
SetWindowPos(NULL, 0, 0, 0, 0, SWP_NOZORDER | SWP_NOACTIVATE);
|
SetWindowPos(NULL, 0, 0, 0, 0, SWP_NOZORDER | SWP_NOACTIVATE);
|
||||||
ResizeWorkArea();
|
ResizeWorkArea();
|
||||||
ApplyClipping(TRUE);
|
ApplyClipping(TRUE);
|
||||||
|
|
Loading…
Reference in a new issue