mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-11 00:35:41 +00:00
[Ryujinx.Graphics.Video] Address dotnet-format issues (#5377)
* Address most dotnet format whitespace warnings * dotnet format whitespace after rebase
This commit is contained in:
parent
0191e2396a
commit
b186ec9fc5
|
@ -5,4 +5,4 @@ namespace Ryujinx.Graphics.Video
|
||||||
Progressive,
|
Progressive,
|
||||||
Interlaced
|
Interlaced
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,4 +8,4 @@
|
||||||
public ushort FrameWidth;
|
public ushort FrameWidth;
|
||||||
public ushort FrameHeight;
|
public ushort FrameHeight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue