fix indentation

svn path=/trunk/; revision=33844
This commit is contained in:
Timo Kreuzer 2008-06-03 23:59:26 +00:00
parent 7bc03a5188
commit fa7b96c770

View file

@ -149,10 +149,10 @@ NtGdiFlushUserBatch(VOID)
PCHAR pHdr = (PCHAR)&pTeb->GdiTebBatch.Buffer[0];
PDC pDC = NULL;
if (hDC && !IsObjectDead(hDC))
{
pDC = DC_LockDc(hDC);
}
if (hDC && !IsObjectDead(hDC))
{
pDC = DC_LockDc(hDC);
}
// No need to init anything, just go!
for (; GdiBatchCount > 0; GdiBatchCount--)