fix indentation and spaces
This commit is contained in:
parent
a2debb00d3
commit
c593f2045c
3 changed files with 41 additions and 42 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue