aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-01-04 16:11:54 +0100
committerJoel Bodenmann <joel@unormal.org>2014-01-04 16:11:54 +0100
commitea4464bacc88106a0cbf4508f06288faefa945fe (patch)
tree6fae360c145afbd9952ce5675175e717efa6ae17 /src/gwin
parentd365232a8510f82d38f743c703e6b5a058e1b164 (diff)
downloaduGFX-ea4464bacc88106a0cbf4508f06288faefa945fe.tar.gz
uGFX-ea4464bacc88106a0cbf4508f06288faefa945fe.tar.bz2
uGFX-ea4464bacc88106a0cbf4508f06288faefa945fe.zip
whitespaces
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin.c3
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;