summaryrefslogtreecommitdiffstats
path: root/hack/hack.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 /hack/hack.c
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 'hack/hack.c')
-rw-r--r--hack/hack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/hack.c b/hack/hack.c
index 25a429c2..16c195e2 100644
--- a/hack/hack.c
+++ b/hack/hack.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.c,v 1.11 2011/08/07 06:03:45 dholland Exp $ */
+/* $NetBSD: hack.c,v 1.12 2021/05/02 12:50:44 rillig Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.c,v 1.11 2011/08/07 06:03:45 dholland Exp $");
+__RCSID("$NetBSD: hack.c,v 1.12 2021/05/02 12:50:44 rillig Exp $");
#endif /* not lint */
#include "hack.h"
@@ -877,7 +877,7 @@ dbon(void)
/* may kill you; cause may be poison or */
/* monster like 'A' */
void
-losestr(int num)
+losestr(int num)
{
u.ustr -= num;
while (u.ustr < 3) {