From: Timothy Arceri Date: Fri, 5 May 2017 05:09:37 +0000 (+1000) Subject: mesa: fix indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a754e4ca382b28eb516b729e9fd67d5743c18265;p=mesa.git mesa: fix indentation Reviewed-by: Eric Anholt --- diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index ad49b0ebca4..df7cc1775cb 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -303,7 +303,7 @@ get_fb0_attachment(struct gl_context *ctx, struct gl_framebuffer *fb, return &fb->Attachment[BUFFER_BACK_LEFT]; return &fb->Attachment[BUFFER_FRONT_LEFT]; case GL_DEPTH: - return &fb->Attachment[BUFFER_DEPTH]; + return &fb->Attachment[BUFFER_DEPTH]; case GL_STENCIL: return &fb->Attachment[BUFFER_STENCIL]; }