diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-11 17:42:34 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-11 22:47:15 +0100 |
commit | 422512050312a880439ed4e8eb99b8e362d5071f (patch) | |
tree | 6782914c200ec39306db7882718b3ca98b71538a /src/gallium/drivers/trace/tr_winsys.h | |
parent | 5d418f7155cfb7bf9a14e6b322831a6e6b6ad710 (diff) |
trace: Remove all whitespace at EOL
Diffstat (limited to 'src/gallium/drivers/trace/tr_winsys.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_winsys.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gallium/drivers/trace/tr_winsys.h b/src/gallium/drivers/trace/tr_winsys.h index 3670cb915ed..f1837c7fc56 100644 --- a/src/gallium/drivers/trace/tr_winsys.h +++ b/src/gallium/drivers/trace/tr_winsys.h @@ -35,8 +35,8 @@ /** - * It often happens that new data is written directly to the user buffers - * without mapping/unmapping. This flag marks user buffers, so that their + * It often happens that new data is written directly to the user buffers + * without mapping/unmapping. This flag marks user buffers, so that their * contents can be dumpped before being used by the pipe context. */ #define TRACE_BUFFER_USAGE_USER (1 << 31) @@ -48,9 +48,9 @@ struct hash_table; struct trace_winsys { struct pipe_winsys base; - + struct pipe_winsys *winsys; - + struct hash_table *buffer_maps; }; @@ -69,7 +69,7 @@ trace_winsys_create(struct pipe_winsys *winsys); void -trace_winsys_user_buffer_update(struct pipe_winsys *winsys, +trace_winsys_user_buffer_update(struct pipe_winsys *winsys, struct pipe_buffer *buffer); |