mirror of
https://github.com/encounter/SDL.git
synced 2025-08-16 08:59:10 +00: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…
x
Reference in New Issue
Block a user