more formatting fixes
This commit is contained in:
parent
2a45c28712
commit
2b3a3bc920
|
@ -76,7 +76,8 @@ driEndClipNotify(ScreenPtr pScreen)
|
||||||
driUnlock(pScreen);
|
driUnlock(pScreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct __DRILock {
|
struct __DRILock
|
||||||
|
{
|
||||||
unsigned int block_header;
|
unsigned int block_header;
|
||||||
drm_hw_lock_t lock;
|
drm_hw_lock_t lock;
|
||||||
unsigned int next_id;
|
unsigned int next_id;
|
||||||
|
|
Loading…
Reference in New Issue