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 --- larn/global.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'larn/global.c') diff --git a/larn/global.c b/larn/global.c index 013aa6f6..0d4727fb 100644 --- a/larn/global.c +++ b/larn/global.c @@ -1,8 +1,8 @@ -/* $NetBSD: global.c,v 1.14 2012/06/19 05:30:43 dholland Exp $ */ +/* $NetBSD: global.c,v 1.15 2021/05/02 12:50:45 rillig Exp $ */ /* * global.c Larn is copyrighted 1986 by Noah Morgan. - * + * * raiselevel() subroutine to raise the player one level * loselevel() subroutine to lower the player by one level * raiseexperience(x) subroutine to increase experience points @@ -21,7 +21,7 @@ */ #include #ifndef lint -__RCSID("$NetBSD: global.c,v 1.14 2012/06/19 05:30:43 dholland Exp $"); +__RCSID("$NetBSD: global.c,v 1.15 2021/05/02 12:50:45 rillig Exp $"); #endif /* not lint */ #include -- cgit v1.2.3