Mesa (master): mesa: fix indentation

Timothy Arceri tarceri at kemper.freedesktop.org
Thu May 11 03:53:53 UTC 2017


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Fri May  5 15:09:37 2017 +1000

mesa: fix indentation

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/main/fbobject.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index ad49b0ebca..df7cc1775c 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];
       }




More information about the mesa-commit mailing list