Cygwin: fhandler_process_fd: Fix spacing
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user