Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2016-03-20 13:58:35 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-03-20 13:58:57 +0300
commit2f310e44c415de4d44c0d3258764db5120caa34f (patch)
tree7c49e5d8eca689f8cbb1af92059f02a7c7726bde
parentdc85a189a490d3fdd779da3aae1178aafde37cfc (diff)
Remove misleading indentation
* syscalls.cc (getpriority): Fix misleading indentation. Signed-off-by: Peter Foley <pefoley2@pefoley.com>
-rw-r--r--winsup/cygwin/syscalls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index 3dd6af1ee..15fb8ced1 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -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: