From 9fc28fd121961debbdc25962bae5e4636c4a79fd Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 17 Feb 2006 01:00:30 +0000 Subject: [PATCH] Formatting. --- demos/worm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/worm.c b/demos/worm.c index 6649e5b4..7122c35f 100644 --- a/demos/worm.c +++ b/demos/worm.c @@ -23,7 +23,7 @@ Options: -n set number of worms -t make worms leave droppings - $Id: worm.c,v 1.6 2006/02/17 00:47:43 wmcbrine Exp $ + $Id: worm.c,v 1.7 2006/02/17 01:00:30 wmcbrine Exp $ */ #include @@ -208,7 +208,7 @@ int main(int argc, char *argv[]) SET_COLOR(5, COLOR_BLUE); SET_COLOR(6, COLOR_YELLOW); } -#endif /* A_COLOR */ +#endif ref = malloc(sizeof(short *) * LINES); @@ -224,7 +224,7 @@ int main(int argc, char *argv[]) /* if addressing the lower right corner doesn't work in your curses */ ref[bottom][last] = 1; -#endif /* BADCORNER */ +#endif for (n = number, w = &worm[0]; --n >= 0; w++) {