mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Indentation fix.
svn path=/trunk/; revision=17964
This commit is contained in:
parent
eca43c5532
commit
8eece91bda
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ IntFindWindowToRepaint(PWINDOW_OBJECT Window, PW32THREAD Thread)
|
|||
hChild = IntFindWindowToRepaint(Window->FirstChild, Thread);
|
||||
if (hChild != NULL)
|
||||
return hChild;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue