Indentation fix.

svn path=/trunk/; revision=17964
This commit is contained in:
Filip Navara
2005-09-21 14:01:49 +00:00
parent eca43c5532
commit 8eece91bda

View File

@@ -632,7 +632,7 @@ IntFindWindowToRepaint(PWINDOW_OBJECT Window, PW32THREAD Thread)
hChild = IntFindWindowToRepaint(Window->FirstChild, Thread);
if (hChild != NULL)
return hChild;
}
}
}
return NULL;