From 82b14e49b96a80ffb1614c3c6ae1dd2af182cddf Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 11 Oct 2024 11:11:53 -0400 Subject: remove whitespace --- balls.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/balls.cpp b/balls.cpp index 6dbfcb5..3b5b902 100644 --- a/balls.cpp +++ b/balls.cpp @@ -85,7 +85,6 @@ display(void) { drawBackground(); for (const Ball *b : balls) drawCircle(b->r, b->p, b->color); - glutSwapBuffers(); } -- cgit v1.2.3