mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-14 13:12:13 +02:00
Syntax improvements
This commit is contained in:
parent
7d9015de1e
commit
46b0d45aad
@ -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…
Reference in New Issue
Block a user