diff options
| author | dholland <dholland@NetBSD.org> | 2009-03-14 19:35:13 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-03-14 19:35:13 +0000 |
| commit | fdc664b7bf17e7162301f1d0354f0094af2b08e5 (patch) | |
| tree | d888f0121027af737b66f6d4abb9d3ef9f3abbaa /sail/pl_6.c | |
| parent | 458c440612e1d5d8ad36c7d3ab6f4a0a9e99aa93 (diff) | |
| download | bsdgames-darwin-fdc664b7bf17e7162301f1d0354f0094af2b08e5.tar.gz bsdgames-darwin-fdc664b7bf17e7162301f1d0354f0094af2b08e5.zip | |
Lines <= 80 chars, remove trailing whitespace, other formatting adjustments.
No functional change.
Diffstat (limited to 'sail/pl_6.c')
| -rw-r--r-- | sail/pl_6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sail/pl_6.c b/sail/pl_6.c index 9e204b84..1fc1cac6 100644 --- a/sail/pl_6.c +++ b/sail/pl_6.c @@ -1,4 +1,4 @@ -/* $NetBSD: pl_6.c,v 1.11 2003/08/07 09:37:44 agc Exp $ */ +/* $NetBSD: pl_6.c,v 1.12 2009/03/14 19:35:13 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)pl_6.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pl_6.c,v 1.11 2003/08/07 09:37:44 agc Exp $"); +__RCSID("$NetBSD: pl_6.c,v 1.12 2009/03/14 19:35:13 dholland Exp $"); #endif #endif /* not lint */ @@ -42,7 +42,7 @@ __RCSID("$NetBSD: pl_6.c,v 1.11 2003/08/07 09:37:44 agc Exp $"); #include "extern.h" #include "player.h" -static int turned(void); +static int turned(void); void repair(void) |
