ams: globally prefer R_RETURN to return for ams::Result
This commit is contained in:
@@ -61,7 +61,7 @@ namespace ams::fs::impl {
|
||||
if (!fs::ResultNotEnoughFreeSpace::Includes(r)) {
|
||||
m_write_result = r;
|
||||
}
|
||||
return r;
|
||||
R_RETURN(r);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user