[FORMATTING]

Fix indentation, no code change.

svn path=/branches/reactos-yarotows/; revision=49241
This commit is contained in:
Timo Kreuzer 2010-10-23 17:05:34 +00:00
parent 8af88571ea
commit b0dd54e446

View file

@ -112,7 +112,10 @@ MouseSafetyOnDrawEnd(
return FALSE;
}
ppdev->pfnMovePointer(&ppdev->pSurface->SurfObj, gpsi->ptCursor.x, gpsi->ptCursor.y, &pgp->Exclude);
ppdev->pfnMovePointer(&ppdev->pSurface->SurfObj,
gpsi->ptCursor.x,
gpsi->ptCursor.y,
&pgp->Exclude);
ppdev->SafetyRemoveLevel = 0;