Author: tkreuzer Date: Tue Jun 3 18:59:26 2008 New Revision: 33844
URL: http://svn.reactos.org/svn/reactos?rev=33844&view=rev Log: fix indentation
Modified: trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/objects/gdibatch.c [iso-8859-1] Tue Jun 3 18:59:26 2008 @@ -149,10 +149,10 @@ 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--)