summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygserver_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygserver_process.cc')
-rwxr-xr-xwinsup/cygwin/cygserver_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygserver_process.cc b/winsup/cygwin/cygserver_process.cc
index 4d0de2067..dd13f37fb 100755
--- a/winsup/cygwin/cygserver_process.cc
+++ b/winsup/cygwin/cygserver_process.cc
@@ -137,7 +137,7 @@ process_cache::remove_process (class process *theprocess)
/* Process any cleanup tasks */
add_task (theprocess);
}
-
+
/* copy <= max_copy HANDLEs to dest[], starting at an offset into _our list_ of
* begin_at. (Ie begin_at = 5, the first copied handle is still written to dest[0]
* NOTE: Thread safe, but not thread guaranteed - a newly added process may be missed.