remove some whitespace violation

This commit is contained in:
Dave Airlie 2007-04-26 16:22:28 +10:00
parent 4b72759b30
commit e5c1f1caa2

View 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 {