lr: fix hosversion spacing

This commit is contained in:
Michael Scire 2019-09-12 21:05:22 -07:00
parent c055f42080
commit 847f249a0c

View File

@ -189,7 +189,7 @@ static Result _lrRedirectPath(Service* s, u64 cmd_id, u64 tid, const char *path)
*/ */
static Result _lrRedirectApplicationPath(Service* s, u64 cmd_id, u64 tid, u64 tid2, const char *path) { static Result _lrRedirectApplicationPath(Service* s, u64 cmd_id, u64 tid, u64 tid2, const char *path) {
// On < 9.0.0, call the original redirection helper. // On < 9.0.0, call the original redirection helper.
if (hosversionBefore(9, 0, 0)) { if (hosversionBefore(9,0,0)) {
return _lrRedirectPath(s, cmd_id, tid, path); return _lrRedirectPath(s, cmd_id, tid, path);
} }