summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blit.c
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2015-02-02 10:20:57 -0800
committerLaura Ekstrand <[email protected]>2015-02-02 13:22:26 -0800
commite9b86cb5d66867b66c6d453d7bd60bd56fe6587d (patch)
tree202a42d08a4912d0043344e639cfd77ffa30703b /src/mesa/swrast/s_blit.c
parente187c2f5432466c7b49dba266026fb9b01f5f667 (diff)
swrast: Whitespace fixes.
Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_blit.c')
-rw-r--r--src/mesa/swrast/s_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_blit.c b/src/mesa/swrast/s_blit.c
index 48936d32917..16e5b8c1cb1 100644
--- a/src/mesa/swrast/s_blit.c
+++ b/src/mesa/swrast/s_blit.c
@@ -789,7 +789,7 @@ _swrast_BlitFramebuffer(struct gl_context *ctx,
}
if (!mask)
- return;
+ return;
}
if (filter == GL_NEAREST) {