From: Brian Paul Date: Thu, 1 Dec 2011 03:35:02 +0000 (-0700) Subject: mesa: fix indentation in attrib.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=478f0d228be1c184adabd1df4dd76a01061b9e24;p=mesa.git mesa: fix indentation in attrib.c --- 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);