mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
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: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-2-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
ee7f5cbed2
commit
a9ab81d9f5
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user