From e48d0f097b3f4a5b3f033497f537ffa79cf20ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 25 Oct 2007 13:33:07 +0000 Subject: [PATCH] * fix trailing tabs in FPS.h, thanks Michael! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22720 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/glteapot/FPS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/glteapot/FPS.h b/src/apps/glteapot/FPS.h index 4cad43b2e2..23c47c60e0 100644 --- a/src/apps/glteapot/FPS.h +++ b/src/apps/glteapot/FPS.h @@ -8,9 +8,9 @@ class FPS { public: FPS(); - ~FPS(); + ~FPS(); static void drawCounter(GLfloat frameRate); - + private: static void drawChar(GLfloat x, GLfloat y, GLint number); };