diff options
author | David Walter Seikel | 2014-01-27 12:31:44 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-27 12:31:44 +1000 |
commit | d4f41d038009134667485a52b473c49b0a45013a (patch) | |
tree | 0cd6ce0928da33ffb25d0c5341f028d3d67e070d | |
parent | Add some comments and bug report from the toybox mailing list. (diff) | |
download | boxes-d4f41d038009134667485a52b473c49b0a45013a.zip boxes-d4f41d038009134667485a52b473c49b0a45013a.tar.gz boxes-d4f41d038009134667485a52b473c49b0a45013a.tar.bz2 boxes-d4f41d038009134667485a52b473c49b0a45013a.tar.xz |
White space clean ups.
-rw-r--r-- | boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1325,6 +1325,7 @@ void drawBoxes(box *box) | |||
1325 | else | 1325 | else |
1326 | drawBox(box); | 1326 | drawBox(box); |
1327 | } | 1327 | } |
1328 | |||
1328 | void calcBoxes(box *box) | 1329 | void 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 | |||