ams: globally prefer R_RETURN to return for ams::Result
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ams::fatal::srv {
|
||||
}
|
||||
|
||||
Result AdjustClockTask::Run() {
|
||||
return AdjustClock();
|
||||
R_RETURN(AdjustClock());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user