citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e125260e17d689b3972d01b8a62fac9bb2053618
parent a6e85e4e408ea286a9b1b15f3e52efee918a518e
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri,  1 Apr 2016 01:35:33 -0600

viewer: whitespace

Diffstat:
Mviewer/main.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewer/main.cc b/viewer/main.cc @@ -144,7 +144,7 @@ window::display(void) static long current_time(void) { - return glutGet (GLUT_ELAPSED_TIME); + return glutGet(GLUT_ELAPSED_TIME); } void