mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-03 22:04:15 +00:00 
			
		
		
		
	Formatting.
This commit is contained in:
		
							parent
							
								
									025f8c9518
								
							
						
					
					
						commit
						107b769ada
					
				@ -63,7 +63,7 @@ int main(void)
 | 
			
		||||
    if (!glfwInit())
 | 
			
		||||
    {
 | 
			
		||||
        fprintf(stderr, "Failed to initialize GLFW\n");
 | 
			
		||||
        exit(1);
 | 
			
		||||
        exit(EXIT_FAILURE);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    for (i = 0;  i < 4;  i++)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user