diff options
author | Laura Ekstrand <[email protected]> | 2015-02-02 10:20:57 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-02-02 13:22:26 -0800 |
commit | e9b86cb5d66867b66c6d453d7bd60bd56fe6587d (patch) | |
tree | 202a42d08a4912d0043344e639cfd77ffa30703b /src/mesa/swrast/swrast.h | |
parent | e187c2f5432466c7b49dba266026fb9b01f5f667 (diff) |
swrast: Whitespace fixes.
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 8847bced0cf..a89dc6cda2c 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -132,11 +132,11 @@ _swrast_Bitmap( struct gl_context *ctx, const GLubyte *bitmap ); extern void -_swrast_CopyPixels( struct gl_context *ctx, - GLint srcx, GLint srcy, - GLint destx, GLint desty, - GLsizei width, GLsizei height, - GLenum type ); +_swrast_CopyPixels(struct gl_context *ctx, + GLint srcx, GLint srcy, + GLint destx, GLint desty, + GLsizei width, GLsizei height, + GLenum type); extern GLboolean swrast_fast_copy_pixels(struct gl_context *ctx, |