[WIN32SS] Trim EOL white-space

Addendum to 0.4.15-dev-1457-g 870aa1254f
This commit is contained in:
Joachim Henze 2020-12-19 17:51:37 +01:00
parent 870aa1254f
commit 449a341786

View file

@ -375,7 +375,7 @@ UserClipboardRelease(PWND pWindow)
{ {
PWINSTATION_OBJECT pWinStaObj; PWINSTATION_OBJECT pWinStaObj;
if (!pWindow) if (!pWindow)
return; return;
pWinStaObj = IntGetWinStaForCbAccess(); pWinStaObj = IntGetWinStaForCbAccess();