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_context.h | |
parent | 5d418f7155cfb7bf9a14e6b322831a6e6b6ad710 (diff) |
trace: Remove all whitespace at EOL
Diffstat (limited to 'src/gallium/drivers/trace/tr_context.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/tr_context.h b/src/gallium/drivers/trace/tr_context.h index 67041759643..d02b22a069b 100644 --- a/src/gallium/drivers/trace/tr_context.h +++ b/src/gallium/drivers/trace/tr_context.h @@ -38,11 +38,11 @@ extern "C" { #endif - + struct trace_context { struct pipe_context base; - + struct pipe_context *pipe; }; |