fix indentation and spaces
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