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 /adventure/wizard.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 'adventure/wizard.c')
| -rw-r--r-- | adventure/wizard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/adventure/wizard.c b/adventure/wizard.c index 152915a9..5d83d7c7 100644 --- a/adventure/wizard.c +++ b/adventure/wizard.c @@ -1,4 +1,4 @@ -/* $NetBSD: wizard.c,v 1.16 2012/10/12 15:41:10 dholland Exp $ */ +/* $NetBSD: wizard.c,v 1.17 2021/05/02 12:50:43 rillig Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: wizard.c,v 1.16 2012/10/12 15:41:10 dholland Exp $"); +__RCSID("$NetBSD: wizard.c,v 1.17 2021/05/02 12:50:43 rillig Exp $"); #endif #endif /* not lint */ @@ -113,7 +113,7 @@ Start(void) /* not as complex as advent/10 (for now) */ static int wizard(void) -{ +{ char *word, *x; if (!yesm(16, 0, 7)) return (FALSE); |
