From 7bc3d7230fe2d980f7f78e9d91942d29b6462f9e Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 9 May 2014 17:53:16 +0200 Subject: [PATCH] 80 char limit --- src/gl_draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gl_draw.c b/src/gl_draw.c index 9582084..7bd88b6 100644 --- a/src/gl_draw.c +++ b/src/gl_draw.c @@ -277,7 +277,8 @@ static void draw_Planet_2(void) } /** - * Displays the whole setup with the sun, planet one, planet two and the frame rate + * Displays the whole setup with the sun, planet one, + * planet two and the frame rate */ void display(void) {