From: Dave Airlie Date: Wed, 27 Aug 2008 03:41:53 +0000 (+1000) Subject: drm: fix some whitespace X-Git-Tag: submit/1.0/20121108.012404~642^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7552b2a6c3b29da308a76dade4959180d0d1c57b;p=profile%2Fivi%2Flibdrm.git drm: fix some whitespace --- diff --git a/shared-core/drm.h b/shared-core/drm.h index b177dfe..6f93618 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; };