Mesa (master): mesa: fix indentation in attrib.c

Brian Paul brianp at kemper.freedesktop.org
Thu Dec 1 15:08:05 UTC 2011


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

Author: Brian Paul <brianp at 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);




More information about the mesa-commit mailing list