citrun

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

commit 29d5d0f0e234f5710a6581d1909ae8d0cc0860be
parent f30f0f43458911af4bafb201699991d68fd25229
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri,  1 Apr 2016 01:20:00 -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 @@ -142,7 +142,7 @@ window::display(void) /* Return current time in milli-seconds */ static long -current_time (void) +current_time(void) { return glutGet (GLUT_ELAPSED_TIME); }