Format whitespace
This commit is contained in:
parent
bab9477656
commit
c7f92117b2
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace Ryujinx.Graphics.Texture.FileFormats
|
||||
namespace Ryujinx.Graphics.Texture.FileFormats
|
||||
{
|
||||
public enum ImageFormat
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Ryujinx.Graphics.Texture.FileFormats
|
||||
namespace Ryujinx.Graphics.Texture.FileFormats
|
||||
{
|
||||
public enum ImageLoadResult
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Ryujinx.Graphics.Texture.FileFormats
|
||||
namespace Ryujinx.Graphics.Texture.FileFormats
|
||||
{
|
||||
public readonly struct ImageParameters
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Buffers.Binary;
|
||||
using System.IO;
|
||||
using System.IO.Compression;
|
||||
|
|
Loading…
Reference in a new issue