Corrected confusing indentation in C source file.

This commit is contained in:
Philipp Wiesemann 2013-04-29 23:50:27 +02:00
parent b23a53205a
commit a4432d3cdf

View file

@ -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?" );
} }
} }
} }