summaryrefslogtreecommitdiffstats
path: root/tetris/scores.c
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 /tetris/scores.c
parent2442661e769456700d67fac92056d18b3046633e (diff)
downloadbsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'tetris/scores.c')
-rw-r--r--tetris/scores.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/scores.c b/tetris/scores.c
index dc791612..c4d9d16a 100644
--- a/tetris/scores.c
+++ b/tetris/scores.c
@@ -1,4 +1,4 @@
-/* $NetBSD: scores.c,v 1.25 2020/09/07 00:31:11 mrg Exp $ */
+/* $NetBSD: scores.c,v 1.26 2021/05/02 12:50:46 rillig Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -550,7 +550,7 @@ getscores(int *fdp)
}
}
}
-
+
if (fdp)
*fdp = sd;