From 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 03:37:36 +0000 Subject: Remove trailing whitespace. --- games/atc/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/atc/list.c') 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) { -- cgit v1.1