summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-11-30 20:35:02 -0700
committerBrian Paul <brianp@vmware.com>2011-11-30 20:35:02 -0700
commit478f0d228be1c184adabd1df4dd76a01061b9e24 (patch)
tree92a6613efa75d48cc19ac40ced67ea5f8d305412
parent51e5a266c1e1c12c4f0d82bee3caff008a41c9fd (diff)
mesa: fix indentation in attrib.c
-rw-r--r--src/mesa/main/attrib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 6f4a91b1f1..1c1ee5dde0 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -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);