From ef857e0c91d98fc77c79a6816d6ce76280fc56bf Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 28 Mar 2008 09:18:15 +0000 Subject: Fri Mar 28 09:17:57 UTC 2008 Johnny Willemsen --- ACE/ace/High_Res_Timer.inl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ACE/ace/High_Res_Timer.inl') diff --git a/ACE/ace/High_Res_Timer.inl b/ACE/ace/High_Res_Timer.inl index 2d089d1520c..90ae2e47630 100644 --- a/ACE/ace/High_Res_Timer.inl +++ b/ACE/ace/High_Res_Timer.inl @@ -53,8 +53,7 @@ ACE_High_Res_Timer::gettimeofday (const ACE_OS::ACE_HRTimer_Op op) #endif /* ACE_WIN32 */ ACE_Time_Value tv; - ACE_High_Res_Timer::hrtime_to_tv (tv, - ACE_OS::gethrtime (op)); + ACE_High_Res_Timer::hrtime_to_tv (tv, ACE_OS::gethrtime (op)); return tv; } -- cgit v1.2.1