Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-28 07:03:46 +0300
committerCampbell Barton <campbell@blender.org>2022-04-28 07:03:46 +0300
commit9e2d80c49ec0c0160597d1c7707082a662bdea69 (patch)
treeeefeea9019eda40fcc99f7b93c83a3c285f51ac4 /source/blender/gpu/metal
parent74a44e816c22123a431375088ca81f01430b3fbe (diff)
Cleanup: format
Diffstat (limited to 'source/blender/gpu/metal')
-rw-r--r--source/blender/gpu/metal/mtl_texture.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/metal/mtl_texture.mm b/source/blender/gpu/metal/mtl_texture.mm
index 117b8850485..5ffcd167df9 100644
--- a/source/blender/gpu/metal/mtl_texture.mm
+++ b/source/blender/gpu/metal/mtl_texture.mm
@@ -1602,7 +1602,7 @@ bool gpu::MTLTexture::init_internal(GPUVertBuf *vbo)
bool gpu::MTLTexture::init_internal(const GPUTexture *src, int mip_offset, int layer_offset)
{
BLI_assert(src);
-
+
/* Zero initialise. */
this->prepare_internal();