[newlib-cygwin] Cygwin: fhandler_process_fd: Fix spacing

Corinna Vinschen corinna@sourceware.org
Tue Jan 8 20:47:00 GMT 2019


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

commit 9ba65ab8b5c5ece442931e585230d1e0422da538
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Jan 8 21:38:04 2019 +0100

    Cygwin: fhandler_process_fd: Fix spacing
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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

diff --git a/winsup/cygwin/fhandler_process_fd.cc b/winsup/cygwin/fhandler_process_fd.cc
index a9d085a..a3691d9 100644
--- a/winsup/cygwin/fhandler_process_fd.cc
+++ b/winsup/cygwin/fhandler_process_fd.cc
@@ -70,7 +70,7 @@ fhandler_process_fd::fetch_fh (HANDLE &out_hdl, uint32_t flags)
       hdl = pc.deserialize (buf);
     }
   BOOL ret = DuplicateHandle (proc, hdl, GetCurrentProcess (), &hdl,
-			 0, FALSE, DUPLICATE_SAME_ACCESS);
+			      0, FALSE, DUPLICATE_SAME_ACCESS);
   if (proc != GetCurrentProcess ())
     CloseHandle (proc);
   if (!ret)



More information about the Cygwin-cvs mailing list