From 9ba65ab8b5c5ece442931e585230d1e0422da538 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 8 Jan 2019 21:38:04 +0100 Subject: [PATCH] Cygwin: fhandler_process_fd: Fix spacing Signed-off-by: Corinna Vinschen --- 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 a9d085ae5..a3691d9c8 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)