summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/swrast.h
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/swrast.h
parente187c2f5432466c7b49dba266026fb9b01f5f667 (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.h10
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,