summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_screen.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom-at-vmware-dot-com>2009-04-28 11:54:25 +0200
committerThomas Hellstrom <thellstrom-at-vmware-dot-com>2009-04-28 11:54:25 +0200
commit0929b2bf3cdb54d94da8dee5797878e2ee582b41 (patch)
tree50fcd08fee5559c19373c5502187217c514ff679 /src/gallium/state_trackers/dri/dri_screen.h
parentca1f5f7e6c05e34cfe8ef10f29aa19f5547311e6 (diff)
downloadexternal_mesa3d-0929b2bf3cdb54d94da8dee5797878e2ee582b41.zip
external_mesa3d-0929b2bf3cdb54d94da8dee5797878e2ee582b41.tar.gz
external_mesa3d-0929b2bf3cdb54d94da8dee5797878e2ee582b41.tar.bz2
gallium: indent and cleanfile the dri state-tracker.
Diffstat (limited to 'src/gallium/state_trackers/dri/dri_screen.h')
-rw-r--r--src/gallium/state_trackers/dri/dri_screen.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gallium/state_trackers/dri/dri_screen.h b/src/gallium/state_trackers/dri/dri_screen.h
index c358c35..100d9e5 100644
--- a/src/gallium/state_trackers/dri/dri_screen.h
+++ b/src/gallium/state_trackers/dri/dri_screen.h
@@ -64,15 +64,13 @@ struct dri_screen
struct pipe_screen *pipe_screen;
};
-
/** cast wrapper */
static INLINE struct dri_screen *
-dri_screen(__DRIscreenPrivate *sPriv)
+dri_screen(__DRIscreenPrivate * sPriv)
{
- return (struct dri_screen *) sPriv->private;
+ return (struct dri_screen *)sPriv->private;
}
-
/***********************************************************************
* dri_screen.c
*/