diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-25 19:21:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-25 19:21:44 +0000 |
commit | 695e71b52039456adf41a77632fc677b64df7805 (patch) | |
tree | 25a6a614ce084b37099fb8ea41dc2ef05afef415 /performance-tests | |
parent | a6d8dea3107a4b81cf27a82bd167a62d71ad66be (diff) | |
download | ATCD-695e71b52039456adf41a77632fc677b64df7805.tar.gz |
(main): finally got the parens right
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/context_switch_time.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/Misc/context_switch_time.cpp b/performance-tests/Misc/context_switch_time.cpp index 4b230e179c7..c6b845cfdd1 100644 --- a/performance-tests/Misc/context_switch_time.cpp +++ b/performance-tests/Misc/context_switch_time.cpp @@ -1231,8 +1231,8 @@ main (int argc, char *argv []) num_iterations, (double) ACE_UINT64_DBLCAST_ADAPTER ( ping_suspend_resume_test.elapsed_time () - - suspend_resume_test.elapsed_time () / - num_iterations / 2u))); + suspend_resume_test.elapsed_time ()) / + num_iterations / 2u)); } else { |