mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-30 00:25:31 +01:00
fix indentation and spaces
This commit is contained in:
parent
257ab5f573
commit
f3e6a0a71b
@ -488,7 +488,6 @@ SDL_SYS_HapticMouse(void)
|
||||
int device_index = 0;
|
||||
SDL_hapticlist_item *item;
|
||||
|
||||
|
||||
for (item = SDL_hapticlist; item; item = item->next) {
|
||||
/* Open the device. */
|
||||
fd = open(item->fname, O_RDWR, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user