JANITORAL: Clean trailing whitespaces.

svn-id: r53160
This commit is contained in:
Jordi Vilalta Prat 2010-10-12 02:18:11 +00:00
parent 43161858ac
commit 8388e0dfea
124 changed files with 1251 additions and 1251 deletions

View file

@ -275,7 +275,7 @@ void OSystem_IPHONE::drawDirtyOverlayRect(const Common::Rect& dirtyRect) {
// src += _screenWidth;
// dst += _screenWidth;
// }
iPhone_updateOverlayRect(_overlayBuffer, dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom );
iPhone_updateOverlayRect(_overlayBuffer, dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom);
}
void OSystem_IPHONE::drawMouseCursorOnRectUpdate(const Common::Rect& updatedRect, const Common::Rect& mouseRect) {

View file

@ -44,4 +44,4 @@ private:
bool _init;
};
#endif
#endif // PSP_TIMER_H

View file

@ -485,4 +485,3 @@ const char *TranslationManager::getCurrentLanguage() {
#endif // USE_TRANSLATION
} // End of namespace Common

View file

@ -45,6 +45,7 @@ protected:
Common::StringArray _wrappedLines;
};
}
#endif
} // End of namespace GUI
#endif // GUI_TOOLTIP_H