Преглед изворни кода

[Ryujinx.Graphics.Video] Address dotnet-format issues (#5377)

* Address most dotnet format whitespace warnings

* dotnet format whitespace after rebase
TSRBerry пре 2 година
родитељ
комит
b186ec9fc5

+ 1 - 1
src/Ryujinx.Graphics.Video/FrameField.cs

@@ -5,4 +5,4 @@ namespace Ryujinx.Graphics.Video
         Progressive,
         Interlaced
     }
-}
+}

+ 1 - 1
src/Ryujinx.Graphics.Video/Vp8PictureInfo.cs

@@ -8,4 +8,4 @@
         public ushort FrameWidth;
         public ushort FrameHeight;
     }
-}
+}