summaryrefslogtreecommitdiffstats
path: root/hals_end
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 /hals_end
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 'hals_end')
-rw-r--r--hals_end/hals_end.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hals_end/hals_end.c b/hals_end/hals_end.c
index c6b408df..494a4da0 100644
--- a/hals_end/hals_end.c
+++ b/hals_end/hals_end.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hals_end.c,v 1.1 2013/11/12 17:46:21 mbalmer Exp $ */
+/* $NetBSD: hals_end.c,v 1.2 2021/05/02 12:50:45 rillig Exp $ */
/*
* hals_end Copyright (C) 2003-2007 marc balmer. BSD license applies.
@@ -68,7 +68,7 @@ void
stutter(const char *s)
{
int sdelay = (100000 + (50000 * emotion)) / speed;
-
+
while (*s) {
putchar(*s);
if (*s == ' ') {