diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-05 20:54:30 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-05 20:54:30 +0000 |
commit | 8385b7a58d8e08a6c86412f13df0c9b64d06ebdd (patch) | |
tree | 523dc6111e7c091c2cb42c33c23e4590b03204d2 /ace/Profile_Timer.cpp | |
parent | 8e30ab06729e9d02120c671936f60bd020a1deca (diff) | |
download | ATCD-8385b7a58d8e08a6c86412f13df0c9b64d06ebdd.tar.gz |
formatting
Diffstat (limited to 'ace/Profile_Timer.cpp')
-rw-r--r-- | ace/Profile_Timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Profile_Timer.cpp b/ace/Profile_Timer.cpp index 6903af12319..c99f9282c96 100644 --- a/ace/Profile_Timer.cpp +++ b/ace/Profile_Timer.cpp @@ -255,7 +255,7 @@ ACE_Profile_Timer::ACE_Profile_Timer (void) ACE_OS::memset (&this->begin_time_, 0, sizeof this->begin_time_); ACE_OS::memset (&this->end_time_, 0, sizeof this->end_time_); ACE_OS::memset (&this->last_time_, 0, sizeof this->last_time_); -#endif /* ACE_HAS_GETRUSAGE */ +# endif /* ACE_HAS_GETRUSAGE */ } int |