diff options
| author | rillig <rillig@NetBSD.org> | 2021-05-02 12:50:43 +0000 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-05 14:56:21 -0400 |
| commit | 1c75ca2e2dc72d118edbb854455e602d70d80a52 (patch) | |
| tree | a815eb983fa15e7c407095122e37acb90093be9a /gomoku/stoc.c | |
| parent | 2442661e769456700d67fac92056d18b3046633e (diff) | |
| download | bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip | |
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'gomoku/stoc.c')
| -rw-r--r-- | gomoku/stoc.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |
