mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
fix indentation
svn path=/trunk/; revision=33844
This commit is contained in:
parent
7bc03a5188
commit
fa7b96c770
1 changed files with 4 additions and 4 deletions
|
@ -149,10 +149,10 @@ NtGdiFlushUserBatch(VOID)
|
||||||
PCHAR pHdr = (PCHAR)&pTeb->GdiTebBatch.Buffer[0];
|
PCHAR pHdr = (PCHAR)&pTeb->GdiTebBatch.Buffer[0];
|
||||||
PDC pDC = NULL;
|
PDC pDC = NULL;
|
||||||
|
|
||||||
if (hDC && !IsObjectDead(hDC))
|
if (hDC && !IsObjectDead(hDC))
|
||||||
{
|
{
|
||||||
pDC = DC_LockDc(hDC);
|
pDC = DC_LockDc(hDC);
|
||||||
}
|
}
|
||||||
|
|
||||||
// No need to init anything, just go!
|
// No need to init anything, just go!
|
||||||
for (; GdiBatchCount > 0; GdiBatchCount--)
|
for (; GdiBatchCount > 0; GdiBatchCount--)
|
||||||
|
|
Loading…
Reference in a new issue