From d4f41d038009134667485a52b473c49b0a45013a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 27 Jan 2014 12:31:44 +1000 Subject: White space clean ups. --- boxes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) else drawBox(box); } + void calcBoxes(box *box) { if (box->sub1) // If there's one sub box, there's always two. @@ -2651,4 +2652,3 @@ void boxes_main(void) puts("\n"); fflush(stdout); } - -- cgit v1.1