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

* Address most dotnet format whitespace warnings

* dotnet format whitespace after rebase
This commit is contained in:
TSRBerry 2023-06-27 16:45:33 +02:00 committed by GitHub
parent 0191e2396a
commit b186ec9fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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