drm: fix some whitespace

This commit is contained in:
Dave Airlie 2008-08-27 13:41:53 +10:00
parent f9d4c58d43
commit 7552b2a6c3

View file

@ -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;
};