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 --- cribbage/score.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cribbage') diff --git a/cribbage/score.c b/cribbage/score.c index 56c023c8..8075fc9b 100644 --- a/cribbage/score.c +++ b/cribbage/score.c @@ -1,4 +1,4 @@ -/* $NetBSD: score.c,v 1.17 2019/02/03 10:48:46 mrg Exp $ */ +/* $NetBSD: score.c,v 1.18 2021/05/02 12:50:44 rillig Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: score.c,v 1.17 2019/02/03 10:48:46 mrg Exp $"); +__RCSID("$NetBSD: score.c,v 1.18 2021/05/02 12:50:44 rillig Exp $"); #endif #endif /* not lint */ @@ -108,7 +108,7 @@ static int pairpoints, runpoints; /* Globals from pairuns. */ * n must be <= 4 */ int -scorehand(const CARD hand[], CARD starter, int n, BOOLEAN crb, +scorehand(const CARD hand[], CARD starter, int n, BOOLEAN crb, BOOLEAN do_explain) { int i, k; -- cgit v1.2.3-56-ge451