diff --git a/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs b/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs index 7d837bdd1..8947275ad 100644 --- a/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs +++ b/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs @@ -14,8 +14,8 @@ namespace Ryujinx.HLE.OsHle.Services.Ssl { m_Commands = new Dictionary() { - + //... }; } } -} \ No newline at end of file +}