Remove misleading indentation

* syscalls.cc (getpriority): Fix misleading indentation.

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
This commit is contained in:
Peter Foley 2016-03-20 11:58:35 +01:00 committed by Corinna Vinschen
parent dc85a189a4
commit 2f310e44c4
1 changed files with 1 additions and 1 deletions

View File

@ -3838,7 +3838,7 @@ getpriority (int which, id_t who)
case PRIO_USER:
if ((uid_t) who == p->uid && p->nice < nice)
nice = p->nice;
break;
break;
}
}
out: