Fix tab indentations in apps/ and components/

(cherry picked from commit a47617c21f11c33e10b8a635292c3b1a4d8d5769)

Conflicts:
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwmechanics/aicombat.cpp
	apps/openmw/mwphysics/physicssystem.cpp
This commit is contained in:
scrawl 2015-09-16 20:45:37 +02:00 committed by cc9cii
parent a2294117cd
commit fcb9068c19
17 changed files with 69 additions and 69 deletions

View File

@ -161,7 +161,7 @@ namespace MWInput
/* Joystick Init */
//Load controller mappings
// Load controller mappings
#if SDL_VERSION_ATLEAST(2,0,2)
if(controllerBindingsFile!="")
{
@ -169,7 +169,7 @@ namespace MWInput
}
#endif
//Open all presently connected sticks
// Open all presently connected sticks
int numSticks = SDL_NumJoysticks();
for(int i = 0; i < numSticks; i++)
{