- rcinput_fake: whitespace cleanup

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-11-07 21:21:38 +01:00
committed by Thilo Graf
parent 794cd0d850
commit 30fec82053

View File

@@ -22,47 +22,47 @@
#define __rcinput_fake_h__ #define __rcinput_fake_h__
#ifndef KEY_NONEXISTING #ifndef KEY_NONEXISTING
#define KEY_NONEXISTING 0x0 #define KEY_NONEXISTING 0x0
#endif #endif
#ifndef KEY_OK #ifndef KEY_OK
#define KEY_OK 0x160 #define KEY_OK 0x160
#endif #endif
#ifndef KEY_RED #ifndef KEY_RED
#define KEY_RED 0x18e #define KEY_RED 0x18e
#endif #endif
#ifndef KEY_GREEN #ifndef KEY_GREEN
#define KEY_GREEN 0x18f #define KEY_GREEN 0x18f
#endif #endif
#ifndef KEY_YELLOW #ifndef KEY_YELLOW
#define KEY_YELLOW 0x190 #define KEY_YELLOW 0x190
#endif #endif
#ifndef KEY_BLUE #ifndef KEY_BLUE
#define KEY_BLUE 0x191 #define KEY_BLUE 0x191
#endif #endif
#ifndef KEY_GAMES #ifndef KEY_GAMES
#define KEY_GAMES 0x1a1 #define KEY_GAMES 0x1a1
#endif #endif
#ifndef KEY_TOPLEFT #ifndef KEY_TOPLEFT
#define KEY_TOPLEFT 0x1a2 #define KEY_TOPLEFT 0x1a2
#endif #endif
#ifndef KEY_TOPRIGHT #ifndef KEY_TOPRIGHT
#define KEY_TOPRIGHT 0x1a3 #define KEY_TOPRIGHT 0x1a3
#endif #endif
#ifndef KEY_BOTTOMLEFT #ifndef KEY_BOTTOMLEFT
#define KEY_BOTTOMLEFT 0x1a4 #define KEY_BOTTOMLEFT 0x1a4
#endif #endif
#ifndef KEY_BOTTOMRIGHT #ifndef KEY_BOTTOMRIGHT
#define KEY_BOTTOMRIGHT 0x1a5 #define KEY_BOTTOMRIGHT 0x1a5
#endif #endif
#ifndef KEY_VOD #ifndef KEY_VOD