mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-20 09:16:37 +00:00
Fix tab indentations in apps/ and components/
(cherry picked from commit a47617c21f
)
Conflicts:
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwmechanics/aicombat.cpp
apps/openmw/mwphysics/physicssystem.cpp
This commit is contained in:
parent
a2294117cd
commit
fcb9068c19
17 changed files with 69 additions and 69 deletions
|
@ -161,7 +161,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!="")
|
||||||
{
|
{
|
||||||
|
@ -169,7 +169,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