Commit a9ab81d9 authored by Ville Syrjälä's avatar Ville Syrjälä

drm: Fix tabs vs. spaces

A set of 8 spaces has snuck in. Replace with a tab, and
toss in an extra newline while at it.
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-2-ville.syrjala@linux.intel.comReviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent ee7f5cbe
......@@ -301,7 +301,8 @@ struct drm_display_info {
/**
* @width_mm: Physical width in mm.
*/
unsigned int width_mm;
unsigned int width_mm;
/**
* @height_mm: Physical height in mm.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment