From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 005d02b47c..12a56c8509 100644 --- a/input/input.h +++ b/input/input.h @@ -139,7 +139,7 @@ typedef enum { MP_CMD_DVDNAV_SELECT, MP_CMD_DVDNAV_PREVMENU, MP_CMD_DVDNAV_MOUSECLICK, - + /// GUI commands MP_CMD_GUI_EVENTS = 5000, MP_CMD_GUI_LOADFILE, @@ -183,7 +183,7 @@ typedef enum { #define MP_INPUT_RETRY -4 // For the key's drivers, if possible you can send key up and key down -// events. Key up is the default, to send a key down you must use the +// events. Key up is the default, to send a key down you must use the // OR operator between the key code and MP_KEY_DOWN. #define MP_KEY_DOWN (1<<29) // Use this when the key shouldn't be auto-repeated (like mouse buttons) -- cgit v1.2.3