Indentation fix.
authorFilip Navara <filip.navara@gmail.com>
Wed, 21 Sep 2005 14:01:49 +0000 (14:01 +0000)
committerFilip Navara <filip.navara@gmail.com>
Wed, 21 Sep 2005 14:01:49 +0000 (14:01 +0000)
svn path=/trunk/; revision=17964

reactos/subsys/win32k/ntuser/painting.c

index f5407b0..156558b 100644 (file)
@@ -632,7 +632,7 @@ IntFindWindowToRepaint(PWINDOW_OBJECT Window, PW32THREAD Thread)
          hChild = IntFindWindowToRepaint(Window->FirstChild, Thread);
          if (hChild != NULL)
             return hChild;
-      }      
+      }
    }
 
    return NULL;