From 425177a876bc0f7e820ab58ebf6a0b676ae90a3e Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Mon, 31 Jul 2023 17:44:01 -0400 Subject: [PATCH] Whitespace --- src/Ryujinx.Graphics.Metal/Texture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.Graphics.Metal/Texture.cs b/src/Ryujinx.Graphics.Metal/Texture.cs index 1c5fa86b9..1d73398d5 100644 --- a/src/Ryujinx.Graphics.Metal/Texture.cs +++ b/src/Ryujinx.Graphics.Metal/Texture.cs @@ -193,7 +193,7 @@ namespace Ryujinx.Graphics.Metal 0, bytesPerRow, bytesPerImage, - new MTLSize { width = MTLTexture.Width, height = MTLTexture.Height, depth = MTLTexture.Depth}, + new MTLSize { width = MTLTexture.Width, height = MTLTexture.Height, depth = MTLTexture.Depth }, MTLTexture, (ulong)layer, (ulong)level,