diff options
author | Brian Paul <[email protected]> | 2006-04-21 01:02:49 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-21 01:02:49 +0000 |
commit | a95dd106e31217e05bf3621d67f819a65958e5b2 (patch) | |
tree | 6af46066b80f4add50aa981f9d84bbf65468e058 /progs/tests/arbfpspec.c | |
parent | fb87976ef6b4445767c2057b8503681edaef154a (diff) |
fix indentation
Diffstat (limited to 'progs/tests/arbfpspec.c')
-rw-r--r-- | progs/tests/arbfpspec.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/progs/tests/arbfpspec.c b/progs/tests/arbfpspec.c index 73c55369ec8..eac2a9100f5 100644 --- a/progs/tests/arbfpspec.c +++ b/progs/tests/arbfpspec.c @@ -118,10 +118,10 @@ static void Init( void ) "MOV result.color.front.secondary, {1, 1, 1, 1};\n" "END"; - static const char fprog[] = - "!!ARBfp1.0\n" - "MOV result.color, fragment.color.secondary;\n" - "END"; + static const char fprog[] = + "!!ARBfp1.0\n" + "MOV result.color, fragment.color.secondary;\n" + "END"; if (!glutExtensionSupported("GL_ARB_vertex_program")) { printf("Sorry, this program requires GL_ARB_vertex_program"); @@ -132,8 +132,6 @@ static void Init( void ) printf("Sorry, this program requires GL_ARB_fragment_program"); exit(1); } - - glGenProgramsARB(1, &prognum); glGenProgramsARB(1, &fprognum); |