https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2f310e44c415de4d44c0d3258764db5120caa34f

commit 2f310e44c415de4d44c0d3258764db5120caa34f
Author: Peter Foley <[email protected]>
Date:   Sun Mar 20 11:58:35 2016 +0100

    Remove misleading indentation
    
        * syscalls.cc (getpriority): Fix misleading indentation.
    
    Signed-off-by: Peter Foley <[email protected]>

Diff:
---
 winsup/cygwin/syscalls.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index 3dd6af1..15fb8ce 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:

Reply via email to