mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 05:14:19 +08:00
Indentation fix.
svn path=/trunk/; revision=17964
This commit is contained in:
@@ -632,7 +632,7 @@ IntFindWindowToRepaint(PWINDOW_OBJECT Window, PW32THREAD Thread)
|
||||
hChild = IntFindWindowToRepaint(Window->FirstChild, Thread);
|
||||
if (hChild != NULL)
|
||||
return hChild;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user