Format whitespace

This commit is contained in:
gdkchan 2024-08-31 16:02:43 -03:00
parent bab9477656
commit c7f92117b2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Texture.FileFormats
namespace Ryujinx.Graphics.Texture.FileFormats
{
public enum ImageFormat
{

View File

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Texture.FileFormats
namespace Ryujinx.Graphics.Texture.FileFormats
{
public enum ImageLoadResult
{

View File

@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Texture.FileFormats
namespace Ryujinx.Graphics.Texture.FileFormats
{
public readonly struct ImageParameters
{

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Buffers.Binary;
using System.IO;
using System.IO.Compression;