summaryrefslogtreecommitdiff
path: root/ace/System_Time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/System_Time.cpp')
-rw-r--r--ace/System_Time.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/System_Time.cpp b/ace/System_Time.cpp
index 833086650cd..0ad522daca9 100644
--- a/ace/System_Time.cpp
+++ b/ace/System_Time.cpp
@@ -10,8 +10,7 @@ ACE_System_Time::ACE_System_Time (LPCTSTR poolname)
: delta_time_ (0)
{
ACE_TRACE ("ACE_System_Time::ACE_System_Time");
- ACE_NEW (this->shmem_,
- ALLOCATOR (poolname));
+ ACE_NEW (this->shmem_, ALLOCATOR (poolname));
}
ACE_System_Time::~ACE_System_Time (void)