whitespaces
This commit is contained in:
parent
d365232a85
commit
ea4464bacc
1 changed files with 2 additions and 1 deletions
|
@ -290,7 +290,8 @@ void gwinRedraw(GHandle gh) {
|
||||||
|
|
||||||
if(last && parent->child) {
|
if(last && parent->child) {
|
||||||
GHandle s = parent->child;
|
GHandle s = parent->child;
|
||||||
while(s->sibling) s = s->sibling;
|
while(s->sibling)
|
||||||
|
s = s->sibling;
|
||||||
s->sibling = child;
|
s->sibling = child;
|
||||||
} else {
|
} else {
|
||||||
child->sibling = parent->child;
|
child->sibling = parent->child;
|
||||||
|
|
Loading…
Add table
Reference in a new issue