ams: globally prefer R_RETURN to return for ams::Result
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ams::mitm::sysupdater {
|
||||
}
|
||||
|
||||
Result AsyncPrepareSdCardUpdateImpl::Execute() {
|
||||
return m_task->PrepareAndExecute();
|
||||
R_RETURN(m_task->PrepareAndExecute());
|
||||
}
|
||||
|
||||
void AsyncPrepareSdCardUpdateImpl::CancelImpl() {
|
||||
|
||||
Reference in New Issue
Block a user