whitespaces

ugfx_release_2.6
Joel Bodenmann 2014-01-04 16:11:54 +01:00
parent d365232a85
commit ea4464bacc
1 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,8 @@ void gwinRedraw(GHandle gh) {
if(last && parent->child) {
GHandle s = parent->child;
while(s->sibling) s = s->sibling;
while(s->sibling)
s = s->sibling;
s->sibling = child;
} else {
child->sibling = parent->child;