forked from mirror/openmw-tes3mp
Fix tab indentations in apps/ and components/
This commit is contained in:
parent
4d94f38f4b
commit
a47617c21f
18 changed files with 70 additions and 70 deletions
|
@ -104,7 +104,7 @@ namespace MWInput
|
||||||
|
|
||||||
/* Joystick Init */
|
/* Joystick Init */
|
||||||
|
|
||||||
//Load controller mappings
|
// Load controller mappings
|
||||||
#if SDL_VERSION_ATLEAST(2,0,2)
|
#if SDL_VERSION_ATLEAST(2,0,2)
|
||||||
if(controllerBindingsFile!="")
|
if(controllerBindingsFile!="")
|
||||||
{
|
{
|
||||||
|
@ -112,7 +112,7 @@ namespace MWInput
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Open all presently connected sticks
|
// Open all presently connected sticks
|
||||||
int numSticks = SDL_NumJoysticks();
|
int numSticks = SDL_NumJoysticks();
|
||||||
for(int i = 0; i < numSticks; i++)
|
for(int i = 0; i < numSticks; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue