Shallow formatting pass.

This commit is contained in:
Camilla Berglund
2010-09-07 17:50:43 +02:00
parent 38b0ccb9b3
commit 1baf233d12
11 changed files with 73 additions and 76 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
//************************************************************************
//========================================================================
// glfwGetTime() - Return timer value in seconds
// Return timer value in seconds
//========================================================================
GLFWAPI double glfwGetTime( void )
@@ -52,7 +52,7 @@ GLFWAPI double glfwGetTime( void )
//========================================================================
// glfwSetTime() - Set timer value in seconds
// Set timer value in seconds
//========================================================================
GLFWAPI void glfwSetTime( double time )