summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-09 12:13:03 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-09 12:13:03 -0400
commita6e9c149c11c40f4b6f1596288689ef94278feb2 (patch)
treecf8c2b0517ca0f8bc515dce966010adb34708ea5
parent94316c363ae7d7e9a846278878d9388dc14396be (diff)
downloadballs-a6e9c149c11c40f4b6f1596288689ef94278feb2.zip
remove whitespace
-rw-r--r--balls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/balls.cpp b/balls.cpp
index d1540b8..2c8172f 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -133,7 +133,6 @@ reshape(int w, int h) {
glMatrixMode(GL_MODELVIEW);
}
-
vector<Ball *>
makeBalls(int n) {
size_t i;