aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-08-27 13:41:53 +1000
committerDave Airlie <airlied@redhat.com>2008-08-27 13:41:53 +1000
commit7552b2a6c3b29da308a76dade4959180d0d1c57b (patch)
tree9344e04c48e3c17af0ac082b5181418fc08949f5
parentf9d4c58d4327741abd99cdfdbbbfb82c803e4698 (diff)
drm: fix some whitespace
-rw-r--r--shared-core/drm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index b177dfe5..6f93618a 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -887,11 +887,11 @@ struct drm_mode_get_blob {
};
struct drm_mode_fb_cmd {
- unsigned int buffer_id;
- unsigned int width, height;
- unsigned int pitch;
- unsigned int bpp;
- unsigned int handle;
+ unsigned int buffer_id;
+ unsigned int width, height;
+ unsigned int pitch;
+ unsigned int bpp;
+ unsigned int handle;
unsigned int depth;
};