mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-03 12:32:45 +02: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;
|
int device_index = 0;
|
||||||
SDL_hapticlist_item *item;
|
SDL_hapticlist_item *item;
|
||||||
|
|
||||||
|
|
||||||
for (item = SDL_hapticlist; item; item = item->next) {
|
for (item = SDL_hapticlist; item; item = item->next) {
|
||||||
/* Open the device. */
|
/* Open the device. */
|
||||||
fd = open(item->fname, O_RDWR, 0);
|
fd = open(item->fname, O_RDWR, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user