From 44f48ce91507e61eea706e836c68d041b4bb179f Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 23 Jan 2005 13:09:35 +0000 Subject: (svn r1610) Remove trailing whitespace (last time ever, i hope) --- viewport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewport.h') diff --git a/viewport.h b/viewport.h index 9065527e8..5681c82ad 100644 --- a/viewport.h +++ b/viewport.h @@ -79,7 +79,7 @@ enum { HT_RAIL = 0x10, /* autorail (one piece) * (uses lower bits to indicate direction) */ - /* lower bits (used with HT_LINE and HT_RAIL): + /* lower bits (used with HT_LINE and HT_RAIL): * (see ASCII art in autorail.h for a visual interpretation) */ HT_DIR_X = 0, // X direction HT_DIR_Y = 1, // Y direction -- cgit v1.2.3-54-g00ecf