From 6e8d6a3f36bb27eb37cf90dd2e2a1dbb3c9c214d Mon Sep 17 00:00:00 2001 From: beuc Date: Sun, 25 Mar 2012 17:09:42 +0000 Subject: [PATCH] Indentation fix git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1213 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/fg_ext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeglut/freeglut/src/fg_ext.c b/freeglut/freeglut/src/fg_ext.c index 6d50717..dd8cc82 100644 --- a/freeglut/freeglut/src/fg_ext.c +++ b/freeglut/freeglut/src/fg_ext.c @@ -217,8 +217,8 @@ glutGetProcAddress( const char *procName ) /* Try GLUT functions first, then core GL functions */ p = fghGetGLUTProcAddress( procName ); - /* Some GLUT functions are platform-specific: */ - if ( !p ) + /* Some GLUT functions are platform-specific: */ + if ( !p ) p = fgPlatformGetGLUTProcAddress( procName ); return ( p != NULL ) ? p : fgPlatformGetProcAddress( procName );