mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
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:
|
||||
if ((uid_t) who == p->uid && p->nice < nice)
|
||||
nice = p->nice;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
out:
|
||||
|
Loading…
x
Reference in New Issue
Block a user