mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 03:38:03 +02:00
remove some whitespace violation
This commit is contained in:
parent
4b72759b30
commit
e5c1f1caa2
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue