Remove misleading indentation
* syscalls.cc (getpriority): Fix misleading indentation. Signed-off-by: Peter Foley <pefoley2@pefoley.com>
This commit is contained in:
parent
dc85a189a4
commit
2f310e44c4
|
@ -3838,7 +3838,7 @@ getpriority (int which, id_t who)
|
||||||
case PRIO_USER:
|
case PRIO_USER:
|
||||||
if ((uid_t) who == p->uid && p->nice < nice)
|
if ((uid_t) who == p->uid && p->nice < nice)
|
||||||
nice = p->nice;
|
nice = p->nice;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
|
|
Loading…
Reference in New Issue