summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.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_screen.h
parent5d418f7155cfb7bf9a14e6b322831a6e6b6ad710 (diff)
trace: Remove all whitespace at EOL
Diffstat (limited to 'src/gallium/drivers/trace/tr_screen.h')
-rw-r--r--src/gallium/drivers/trace/tr_screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.h b/src/gallium/drivers/trace/tr_screen.h
index 93fefdb9a5..15fe1bc015 100644
--- a/src/gallium/drivers/trace/tr_screen.h
+++ b/src/gallium/drivers/trace/tr_screen.h
@@ -36,11 +36,11 @@
extern "C" {
#endif
-
+
struct trace_screen
{
struct pipe_screen base;
-
+
struct pipe_screen *screen;
};