Skip to content
Snippets Groups Projects
Commit a9ab81d9 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

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.com


Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent ee7f5cbe
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment