mesa: fix indentation in attrib.c
authorBrian Paul <brianp@vmware.com>
Thu, 1 Dec 2011 03:35:02 +0000 (20:35 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 1 Dec 2011 03:35:02 +0000 (20:35 -0700)
src/mesa/main/attrib.c

index 6f4a91b1f170a5a1c1079b6696d8387de44e93ab..1c1ee5dde027de0f0ebc5ebcbc7209fdfc5b3242 100644 (file)
@@ -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);