drm: fix some whitespace
authorDave Airlie <airlied@redhat.com>
Wed, 27 Aug 2008 03:41:53 +0000 (13:41 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 27 Aug 2008 03:41:53 +0000 (13:41 +1000)
shared-core/drm.h

index b177dfe..6f93618 100644 (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;
 };