diff options
author | Dave Airlie <[email protected]> | 2018-02-28 20:15:30 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-02-28 20:16:19 +0000 |
commit | 8369fdee8ba311aab6a6cf5e75f5f12f56469779 (patch) | |
tree | 3e52798aae2016c37a830eaa119081a9546b6ffc | |
parent | 6f00bf519d6f13eb58e7495a41b8f8b055782832 (diff) |
r600: fix whitespace in recent 1d texture commit.
trivial fix.
-rw-r--r-- | src/gallium/drivers/r600/r600_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index 1fbb682d671..fbcc878a247 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -1056,7 +1056,7 @@ r600_choose_tiling(struct r600_common_screen *rscreen, /* 1D textures should be linear - fixes image operations on 1d */ if (templ->target == PIPE_TEXTURE_1D || templ->target == PIPE_TEXTURE_1D_ARRAY) - return RADEON_SURF_MODE_LINEAR_ALIGNED; + return RADEON_SURF_MODE_LINEAR_ALIGNED; /* Textures likely to be mapped often. */ if (templ->usage == PIPE_USAGE_STAGING || |