* fix trailing tabs in FPS.h, thanks Michael!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22720 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-10-25 13:33:07 +00:00
parent 2d05e85cb5
commit e48d0f097b

View File

@ -8,9 +8,9 @@
class FPS { class FPS {
public: public:
FPS(); FPS();
~FPS(); ~FPS();
static void drawCounter(GLfloat frameRate); static void drawCounter(GLfloat frameRate);
private: private:
static void drawChar(GLfloat x, GLfloat y, GLint number); static void drawChar(GLfloat x, GLfloat y, GLint number);
}; };