Module: Mesa
Branch: master
Commit: 478f0d228be1c184adabd1df4dd76a01061b9e24
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=478f0d228be1c184adabd1df4dd76a01061b9e24

Author: Brian Paul <bri...@vmware.com>
Date:   Wed Nov 30 20:35:02 2011 -0700

mesa: fix indentation in attrib.c

---

 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 6f4a91b..1c1ee5d 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);

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to