mesa: fix indentation in attrib.c

This commit is contained in:
Brian Paul
2011-11-30 20:35:02 -07:00
parent 51e5a266c1
commit 478f0d228b
+1 -1
View File
@@ -1068,7 +1068,7 @@ _mesa_PopAttrib(void)
p[0] = l->QuadraticAttenuation;
_mesa_light(ctx, i, GL_QUADRATIC_ATTENUATION, p);
}
}
}
/* light model */
_mesa_LightModelfv(GL_LIGHT_MODEL_AMBIENT,
light->Model.Ambient);