diff options
author | Brian Paul <[email protected]> | 2011-11-30 20:35:02 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-11-30 20:35:02 -0700 |
commit | 478f0d228be1c184adabd1df4dd76a01061b9e24 (patch) | |
tree | 92a6613efa75d48cc19ac40ced67ea5f8d305412 /src/mesa/main/attrib.c | |
parent | 51e5a266c1e1c12c4f0d82bee3caff008a41c9fd (diff) |
mesa: fix indentation in attrib.c
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 6f4a91b1f17..1c1ee5dde02 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); |