From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- gob/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gob/util.cpp') diff --git a/gob/util.cpp b/gob/util.cpp index 5603748f02..68705cc382 100644 --- a/gob/util.cpp +++ b/gob/util.cpp @@ -75,7 +75,7 @@ int16 util_translateKey(int16 key) { } keys[] = { {8, 0x0e08}, // Backspace {13, 0x1C0D}, // Enter - {27, 0x011b}, // ESC + {27, 0x011b}, // ESC {127, 0x5300}, // Del {273, 0x4800}, // Up arrow {274, 0x5000}, // Down arrow -- cgit v1.2.3