delete unneeded spaces

This commit is contained in:
greggameplayer 2018-07-18 01:20:23 +02:00 committed by GitHub
commit b54a075dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ namespace Ryujinx.HLE.OsHle.Services.Bcat
{ {
m_Commands = new Dictionary<int, ServiceProcessRequest>() m_Commands = new Dictionary<int, ServiceProcessRequest>()
{ {
{ 0, CreateBcatService }, { 0, CreateBcatService },
{ 1, CreateDeliveryCacheStorageService } { 1, CreateDeliveryCacheStorageService }
}; };
} }
@ -39,4 +39,4 @@ namespace Ryujinx.HLE.OsHle.Services.Bcat
return 0; return 0;
} }
} }
} }