summaryrefslogtreecommitdiffstats
path: root/testpat
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-05-02 12:50:43 +0000
committerCameron Katri <me@cameronkatri.com>2021-05-05 14:56:21 -0400
commit1c75ca2e2dc72d118edbb854455e602d70d80a52 (patch)
treea815eb983fa15e7c407095122e37acb90093be9a /testpat
parent2442661e769456700d67fac92056d18b3046633e (diff)
downloadbsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.zst
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'testpat')
-rw-r--r--testpat/testpat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testpat/testpat.c b/testpat/testpat.c
index 327da7eb..b4ca2025 100644
--- a/testpat/testpat.c
+++ b/testpat/testpat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: testpat.c,v 1.4 2021/01/08 15:16:04 christos Exp $ */
+/* $NetBSD: testpat.c,v 1.5 2021/05/02 12:50:46 rillig Exp $ */
/*-
* Copyright (c) 2016 Nathanial Sloss <nathanialsloss@yahoo.com.au>
@@ -26,7 +26,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: testpat.c,v 1.4 2021/01/08 15:16:04 christos Exp $");
+__RCSID("$NetBSD: testpat.c,v 1.5 2021/05/02 12:50:46 rillig Exp $");
#include <sys/types.h>
#include <sys/time.h>
@@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
grid_y = grid_unit;
grid_x = grid_unit * 2;
-
+
ncpos = y_limit * sizeof(*circle_pos)
+ y_limit * 2 * sizeof(**circle_pos);
circle_pos = malloc(ncpos);