Shallow formatting pass (no code changes).

This commit is contained in:
Camilla Berglund
2010-09-08 04:15:49 +02:00
parent c5af4c4324
commit a0351391d1
6 changed files with 22 additions and 128 deletions
-4
View File
@@ -31,7 +31,6 @@
#include "internal.h"
//************************************************************************
//**** GLFW internal functions ****
//************************************************************************
@@ -155,11 +154,8 @@ static void terminateDisplay( void )
int _glfwPlatformInit( void )
{
// Initialize display
if( !initDisplay() )
{
return GL_FALSE;
}
// Try to load libGL.so if necessary
initLibraries();