]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
One more (hopefully the last) whitespace fix.
authordholland <dholland@NetBSD.org>
Tue, 19 Feb 2008 10:48:47 +0000 (10:48 +0000)
committerdholland <dholland@NetBSD.org>
Tue, 19 Feb 2008 10:48:47 +0000 (10:48 +0000)
monop/trade.c

index 4317fe108bea2552389fc5e11e6d044114affeff..1d210a43fad628ee61889ee05d1c1d6517ab6d4b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: trade.c,v 1.11 2008/02/19 09:45:02 dholland Exp $      */
+/*     $NetBSD: trade.c,v 1.12 2008/02/19 10:48:47 dholland Exp $      */
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)trade.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: trade.c,v 1.11 2008/02/19 09:45:02 dholland Exp $");
+__RCSID("$NetBSD: trade.c,v 1.12 2008/02/19 10:48:47 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -310,7 +310,7 @@ resign()
        for (i = player; i < num_play; i++) {
                name_list[i] = name_list[i+1];
                if (i + 1 < num_play)
-                       play[i] =  play[i+1];
+                       play[i] = play[i+1];
        }
        name_list[num_play--] = 0;
        for (i = 0; i < N_SQRS; i++)