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 --- gomoku/stoc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gomoku/stoc.c') diff --git a/gomoku/stoc.c b/gomoku/stoc.c index c7b1eff8..2a926745 100644 --- a/gomoku/stoc.c +++ b/gomoku/stoc.c @@ -1,4 +1,4 @@ -/* $NetBSD: stoc.c,v 1.12 2009/08/12 06:19:17 dholland Exp $ */ +/* $NetBSD: stoc.c,v 1.13 2021/05/02 12:50:44 rillig Exp $ */ /* * Copyright (c) 1994 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94"; #else -__RCSID("$NetBSD: stoc.c,v 1.12 2009/08/12 06:19:17 dholland Exp $"); +__RCSID("$NetBSD: stoc.c,v 1.13 2021/05/02 12:50:44 rillig Exp $"); #endif #endif /* not lint */ @@ -53,7 +53,7 @@ struct mvstr { const char *m_text; }; static const struct mvstr mv[] = { - { RESIGN, "resign" }, + { RESIGN, "resign" }, { RESIGN, "quit" }, { SAVE, "save" }, { -1, 0 } -- cgit v1.2.3