delete unneeded spaces
This commit is contained in:
parent
ceb4f332c9
commit
b54a075dcc
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ namespace Ryujinx.HLE.OsHle.Services.Bcat
|
|||
{
|
||||
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
||||
{
|
||||
{ 0, CreateBcatService },
|
||||
{ 1, CreateDeliveryCacheStorageService }
|
||||
{ 0, CreateBcatService },
|
||||
{ 1, CreateDeliveryCacheStorageService }
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -39,4 +39,4 @@ namespace Ryujinx.HLE.OsHle.Services.Bcat
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue