st/mesa: minor indentation fixes
authorBrian Paul <brianp@vmware.com>
Mon, 22 Apr 2013 16:08:06 +0000 (10:08 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 22 Apr 2013 16:08:06 +0000 (10:08 -0600)
src/mesa/state_tracker/st_extensions.c

index ffb9f7ed23f257727aad5158b4a778f362b15719..662645b371620d8ad00aaa357a5ef3a21860f41b 100644 (file)
@@ -712,10 +712,10 @@ void st_init_extensions(struct st_context *st)
       ctx->Extensions.ARB_transform_feedback_instanced = GL_TRUE;
    }
    if (st->options.force_glsl_extensions_warn)
-          ctx->Const.ForceGLSLExtensionsWarn = 1;
+      ctx->Const.ForceGLSLExtensionsWarn = 1;
 
    if (st->options.disable_glsl_line_continuations)
-          ctx->Const.DisableGLSLLineContinuations = 1;
+      ctx->Const.DisableGLSLLineContinuations = 1;
 
    ctx->Const.MinMapBufferAlignment =
       screen->get_param(screen, PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT);