OPENGL: Use tabs instead of spaces for indentation.

This commit is contained in:
Johannes Schickel 2012-02-15 01:56:59 +01:00
parent 97760ff101
commit 05af37c08e

View file

@ -316,10 +316,10 @@ protected:
*/ */
Common::Array<Common::String> _osdLines; Common::Array<Common::String> _osdLines;
/** /**
* Returns the font used for on screen display * Returns the font used for on screen display
*/ */
virtual const Graphics::Font *getFontOSD(); virtual const Graphics::Font *getFontOSD();
/** /**
* Update the OSD texture / surface. * Update the OSD texture / surface.