diff options
author | Christopher Faylor <me@cgf.cx> | 2002-09-30 15:17:44 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-09-30 15:17:44 +0000 |
commit | 6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714 (patch) | |
tree | 7ed4c25a3a5b5432ba17f51e530f354d021f8f25 /winsup/cygserver | |
parent | 66dca8bb0d03d1ede951e780f4c07c3115ab0875 (diff) | |
download | newlib-6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714.zip newlib-6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714.tar.gz newlib-6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714.tar.bz2 |
whitespace
Diffstat (limited to 'winsup/cygserver')
-rw-r--r-- | winsup/cygserver/shm.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygserver/shm.cc b/winsup/cygserver/shm.cc index 18b1c3d..90053ee 100644 --- a/winsup/cygserver/shm.cc +++ b/winsup/cygserver/shm.cc @@ -48,8 +48,8 @@ private: attach_t (class process *const client) : _client (client), - _refcnt (0), - _next (NULL) + _refcnt (0), + _next (NULL) {} }; |