mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:13:04 +00:00
Whitespace fixes only.
svn path=/trunk/; revision=70333
This commit is contained in:
parent
747395cee4
commit
6518065a73
1 changed files with 13 additions and 12 deletions
|
@ -346,6 +346,7 @@ UserEmptyClipboardData(PWINSTATION_OBJECT pWinSta)
|
||||||
|
|
||||||
if (pWinSta->pClipBase)
|
if (pWinSta->pClipBase)
|
||||||
ExFreePoolWithTag(pWinSta->pClipBase, USERTAG_CLIPBOARD);
|
ExFreePoolWithTag(pWinSta->pClipBase, USERTAG_CLIPBOARD);
|
||||||
|
|
||||||
pWinSta->pClipBase = NULL;
|
pWinSta->pClipBase = NULL;
|
||||||
pWinSta->cNumClipFormats = 0;
|
pWinSta->cNumClipFormats = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue