remove some whitespace violation

main
Dave Airlie 2007-04-26 16:22:28 +10:00
parent 4b72759b30
commit e5c1f1caa2
1 changed files with 3 additions and 3 deletions

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 {