mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Shallow formatting pass (no code changes).
This commit is contained in:
@@ -70,9 +70,7 @@ int _glfwPlatformExtensionSupported( const char *extension )
|
||||
if( extensions != NULL )
|
||||
{
|
||||
if( _glfwStringInExtensionString( extension, extensions ) )
|
||||
{
|
||||
return GL_TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
return GL_FALSE;
|
||||
|
||||
Reference in New Issue
Block a user