summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_context.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-03-11 17:42:34 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-03-11 22:47:15 +0100
commit422512050312a880439ed4e8eb99b8e362d5071f (patch)
tree6782914c200ec39306db7882718b3ca98b71538a /src/gallium/drivers/trace/tr_context.h
parent5d418f7155cfb7bf9a14e6b322831a6e6b6ad710 (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.h4
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 6704175964..d02b22a069 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;
};