Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-30 19:17:44 +0400
committerChristopher Faylor <me@cgf.cx>2002-09-30 19:17:44 +0400
commit6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714 (patch)
tree7ed4c25a3a5b5432ba17f51e530f354d021f8f25 /winsup/cygserver
parent66dca8bb0d03d1ede951e780f4c07c3115ab0875 (diff)
whitespace
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/shm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygserver/shm.cc b/winsup/cygserver/shm.cc
index 18b1c3d83..90053eec2 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)
{}
};