IOS: Replaces spaces with tabs

This commit is contained in:
Vincent Bénony 2015-12-03 07:13:15 +01:00
parent 106e3a87bd
commit c1e664b6d6
7 changed files with 67 additions and 67 deletions

View file

@ -90,7 +90,7 @@ OSystem_IPHONE::~OSystem_IPHONE() {
}
bool OSystem_IPHONE::touchpadModeEnabled() const {
return _touchpadModeEnabled;
return _touchpadModeEnabled;
}
int OSystem_IPHONE::timerHandler(int t) {