diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-01-04 16:11:54 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-01-04 16:11:54 +0100 |
commit | ea4464bacc88106a0cbf4508f06288faefa945fe (patch) | |
tree | 6fae360c145afbd9952ce5675175e717efa6ae17 | |
parent | d365232a8510f82d38f743c703e6b5a058e1b164 (diff) | |
download | uGFX-ea4464bacc88106a0cbf4508f06288faefa945fe.tar.gz uGFX-ea4464bacc88106a0cbf4508f06288faefa945fe.tar.bz2 uGFX-ea4464bacc88106a0cbf4508f06288faefa945fe.zip |
whitespaces
-rw-r--r-- | src/gwin/gwin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index a2837d3b..5d3da7cb 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -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; |