浏览代码

drm: fix indentation

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Rob Clark 10 年之前
父节点
当前提交
417009fb12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/drm/drmP.h

+ 1 - 1
include/drm/drmP.h

@@ -809,7 +809,7 @@ struct drm_device {
 	struct drm_local_map *agp_buffer_map;
 	unsigned int agp_buffer_token;
 
-        struct drm_mode_config mode_config;	/**< Current mode config */
+	struct drm_mode_config mode_config;	/**< Current mode config */
 
 	/** \name GEM information */
 	/*@{ */