diff options
author | Christopher Faylor <me@cgf.cx> | 2012-08-16 23:34:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-08-16 23:34:45 +0000 |
commit | 46f5dd59581f3405e56a48f351ed97a0af0f70ef (patch) | |
tree | 4094a58649e103f8149c09446384bed059803d85 /winsup/cygwin/pinfo.cc | |
parent | 00caa48b917d9c300c70403b3a9ea665a8f67d26 (diff) | |
download | cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.gz cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.bz2 cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.zip |
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index d81217a98..6d8e41356 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -304,7 +304,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0) memset (procinfo, 0, sizeof (*procinfo)); created = true; /* Lie that we created this - just reuse old shared memory */ - } + } if ((procinfo->process_state & PID_REAPED) || ((procinfo->process_state & PID_INITIALIZING) && (flag & PID_NOREDIR) |