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>()
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue