mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-03 22:58:43 +00:00
Syntax improvements
This commit is contained in:
parent
7d9015de1e
commit
46b0d45aad
1 changed files with 1 additions and 3 deletions
|
@ -82,9 +82,7 @@ namespace ams::ncm {
|
||||||
|
|
||||||
Result ContentStorageInterface::GeneratePlaceHolderId(sf::Out<PlaceHolderId> out) {
|
Result ContentStorageInterface::GeneratePlaceHolderId(sf::Out<PlaceHolderId> out) {
|
||||||
R_TRY(this->EnsureEnabled());
|
R_TRY(this->EnsureEnabled());
|
||||||
PlaceHolderId placeholder_id;
|
out.SetValue({util::GenerateUuid()});
|
||||||
placeholder_id.uuid = util::GenerateUuid();
|
|
||||||
out.SetValue(placeholder_id);
|
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue