Corrected confusing indentation in C source file.
This commit is contained in:
parent
b23a53205a
commit
a4432d3cdf
1 changed files with 4 additions and 5 deletions
|
@ -303,7 +303,7 @@ ControllerMapping_t *SDL_PrivateGetControllerMappingForGUID(SDL_JoystickGUID *gu
|
||||||
pSupportedController = pSupportedController->next;
|
pSupportedController = pSupportedController->next;
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Helper function to determine pre-caclulated offset to certain joystick mappings
|
* Helper function to determine pre-caclulated offset to certain joystick mappings
|
||||||
|
@ -494,7 +494,6 @@ void SDL_PrivateGameControllerParseButton( const char *szGameButton, const char
|
||||||
SDL_assert( !"How did we get here?" );
|
SDL_assert( !"How did we get here?" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue