Inheritance list should not be redundant (#5230)

This commit is contained in:
Marco Carvalho 2023-06-15 00:54:27 -03:00 committed by GitHub
parent f7043d4f59
commit b12aa0ca50
20 changed files with 24 additions and 24 deletions

View file

@ -1,6 +1,6 @@
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
{
enum Status : int
enum Status
{
Success = 0,
WouldBlock = -11,