summaryrefslogtreecommitdiffstats
path: root/games/atc/list.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
commit30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (patch)
tree4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/atc/list.c
parent188803394908f222ab3ed8ec32331eb6dd00fd2d (diff)
downloadFreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.zip
FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'games/atc/list.c')
-rw-r--r--games/atc/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/list.c b/games/atc/list.c
index 16c019a..be2bbd0 100644
--- a/games/atc/list.c
+++ b/games/atc/list.c
@@ -99,7 +99,7 @@ delete(l, p)
{
if (l->head == NULL)
loser(p, "deleted a non-existant plane! Get help!");
-
+
if (l->head == p && l->tail == p)
l->head = l->tail = NULL;
else if (l->head == p) {
OpenPOWER on IntegriCloud