diff options
author | Jerome Glisse <[email protected]> | 2013-01-04 11:46:13 -0500 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2013-01-07 11:06:02 -0500 |
commit | d499ff98cd69c9ec6c43ad8ececa4c3b61889ab9 (patch) | |
tree | 19d0eb6d0eec3c21d4407127facef024740962c6 /src/gallium/drivers/r600/r600_pipe.h | |
parent | afec10df373f342f058aab66c622237964a4a147 (diff) |
r600g/radeon/winsys: indentation cleanup
Signed-off-by: Jerome Glisse <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 6b7c0537604..934a6f547c0 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -408,7 +408,7 @@ struct r600_context { struct radeon_winsys *ws; struct radeon_winsys_cs *cs; struct blitter_context *blitter; - struct u_upload_mgr *uploader; + struct u_upload_mgr *uploader; struct u_suballocator *allocator_so_filled_size; struct u_suballocator *allocator_fetch_shader; struct util_slab_mempool pool_transfers; |