Replace tabs with 4 spaces.

This commit is contained in:
Rod 2021-01-06 17:10:46 +00:00
parent 9ffc911071
commit 2eb70b2bc6

View File

@ -414,7 +414,7 @@ typedef struct CoreData {
#if defined(PLATFORM_RPI) || defined(PLATFORM_DRM) #if defined(PLATFORM_RPI) || defined(PLATFORM_DRM)
int defaultMode; // Default keyboard mode int defaultMode; // Default keyboard mode
struct termios defaultSettings; // Default keyboard settings struct termios defaultSettings; // Default keyboard settings
int fd; // File descriptor for the evdev keyboard int fd; // File descriptor for the evdev keyboard
#endif #endif
} Keyboard; } Keyboard;
struct { struct {