indent...

This commit is contained in:
Themaister 2010-12-14 14:28:09 +01:00
parent 8a030675a4
commit 81ba2daa04

2
gl.c
View File

@ -215,7 +215,7 @@ static float tv_to_fps(const struct timeval *tv, const struct timeval *new_tv, i
static inline void show_fps(void) static inline void show_fps(void)
{ {
// Shows FPS in taskbar. // Shows FPS in taskbar.
static int frames = 0; static int frames = 0;
static struct timeval tv; static struct timeval tv;
struct timeval new_tv; struct timeval new_tv;