whitespace

This commit is contained in:
Christopher Faylor
2002-09-30 15:17:44 +00:00
parent 66dca8bb0d
commit 6cae97d5dc
9 changed files with 39 additions and 39 deletions

View File

@ -48,8 +48,8 @@ private:
attach_t (class process *const client)
: _client (client),
_refcnt (0),
_next (NULL)
_refcnt (0),
_next (NULL)
{}
};