aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-27 12:31:44 +1000
committerDavid Walter Seikel2014-01-27 12:31:44 +1000
commitd4f41d038009134667485a52b473c49b0a45013a (patch)
tree0cd6ce0928da33ffb25d0c5341f028d3d67e070d
parentAdd some comments and bug report from the toybox mailing list. (diff)
downloadboxes-d4f41d038009134667485a52b473c49b0a45013a.zip
boxes-d4f41d038009134667485a52b473c49b0a45013a.tar.gz
boxes-d4f41d038009134667485a52b473c49b0a45013a.tar.bz2
boxes-d4f41d038009134667485a52b473c49b0a45013a.tar.xz
White space clean ups.
-rw-r--r--boxes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.c b/boxes.c
index 1b857a4..467ed19 100644
--- a/boxes.c
+++ b/boxes.c
@@ -1325,6 +1325,7 @@ void drawBoxes(box *box)
1325 else 1325 else
1326 drawBox(box); 1326 drawBox(box);
1327} 1327}
1328
1328void calcBoxes(box *box) 1329void calcBoxes(box *box)
1329{ 1330{
1330 if (box->sub1) // If there's one sub box, there's always two. 1331 if (box->sub1) // If there's one sub box, there's always two.
@@ -2651,4 +2652,3 @@ void boxes_main(void)
2651 puts("\n"); 2652 puts("\n");
2652 fflush(stdout); 2653 fflush(stdout);
2653} 2654}
2654