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 --- backgammon/teachgammon/tutor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backgammon/teachgammon/tutor.c') diff --git a/backgammon/teachgammon/tutor.c b/backgammon/teachgammon/tutor.c index efbd7f08..ef087cd7 100644 --- a/backgammon/teachgammon/tutor.c +++ b/backgammon/teachgammon/tutor.c @@ -1,4 +1,4 @@ -/* $NetBSD: tutor.c,v 1.11 2012/10/13 19:19:39 dholland Exp $ */ +/* $NetBSD: tutor.c,v 1.12 2021/05/02 12:50:43 rillig Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,14 +34,14 @@ #if 0 static char sccsid[] = "@(#)tutor.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: tutor.c,v 1.11 2012/10/13 19:19:39 dholland Exp $"); +__RCSID("$NetBSD: tutor.c,v 1.12 2021/05/02 12:50:43 rillig Exp $"); #endif #endif /* not lint */ #include "back.h" #include "tutor.h" -static const char better[] = +static const char better[] = "That is a legal move, but there is a better one.\n"; static int brdeq(const int *, const int *); -- cgit v1.2.3