remove some whitespace violation
authorDave Airlie <airlied@linux.ie>
Thu, 26 Apr 2007 06:22:28 +0000 (16:22 +1000)
committerDave Airlie <airlied@linux.ie>
Thu, 26 Apr 2007 06:22:28 +0000 (16:22 +1000)
linux-core/drm_objects.h

index fa26e91..737f0f5 100644 (file)
@@ -248,9 +248,9 @@ typedef struct drm_ttm_backend_func {
 
 
 typedef struct drm_ttm_backend {
-        uint32_t flags;
-        int mem_type;
-        drm_ttm_backend_func_t *func;
+       uint32_t flags;
+       int mem_type;
+       drm_ttm_backend_func_t *func;
 } drm_ttm_backend_t;
 
 typedef struct drm_ttm {