[ros-diffs] [tkreuzer] 33844: fix indentation

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Jun 4 01:59:26 CEST 2008


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/objects/gdibatch.c?rev=33844&r1=33843&r2=33844&view=diff
==============================================================================
--- 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--)



More information about the Ros-diffs mailing list