From 1c75ca2e2dc72d118edbb854455e602d70d80a52 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 2 May 2021 12:50:43 +0000 Subject: games: remove trailing whitespace in *.c and *.h --- hack/hack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.c') 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 #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) { -- cgit v1.2.3-56-ge451