summaryrefslogtreecommitdiff
path: root/performance-tests/SCTP/SOCK_STREAM_clt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/SCTP/SOCK_STREAM_clt.cpp')
-rw-r--r--performance-tests/SCTP/SOCK_STREAM_clt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/performance-tests/SCTP/SOCK_STREAM_clt.cpp b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
index 81bd75aa362..754f16413f3 100644
--- a/performance-tests/SCTP/SOCK_STREAM_clt.cpp
+++ b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
@@ -1,6 +1,6 @@
// $Id$
-// On WIN32, math.h may contain template code,
+// On WIN32, math.h may contain template code,
// which cannot be wrapped by 'extern "C"'
#ifdef WIN32
#include <math.h>
@@ -242,7 +242,7 @@ HIST runUnmarshalledOctetTest(ACE_CDR::Octet *buf, size_t seqLen, ACE_SOCK_Strea
"ACE_OS::gethrtime()"),
0);
-
+
ACE_CDR::ULong msgLenExpressed = ACE_HTONL(msgLen);
iov[0].iov_base = ACE_reinterpret_cast(char *, &msgLenExpressed);
iov[0].iov_len = ACE_CDR::LONG_SIZE;
@@ -272,10 +272,10 @@ HIST runUnmarshalledOctetTest(ACE_CDR::Octet *buf, size_t seqLen, ACE_SOCK_Strea
0);
// compute the message latency in micro-seconds
- messageLatency_usec =
+ messageLatency_usec =
(ACE_static_cast(double,
- ACE_UINT64_DBLCAST_ADAPTER(endTime)) -
+ ACE_UINT64_DBLCAST_ADAPTER(endTime)) -
ACE_static_cast(double,
ACE_UINT64_DBLCAST_ADAPTER(startTime)))