diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 07:52:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 07:52:52 +0000 |
commit | e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d (patch) | |
tree | 6e47dd26396eea92224f8ecd241b3c96f7531c42 /ACE/performance-tests | |
parent | 447b29bb6ee55ceb53aca914041c801baf05baa9 (diff) | |
download | ATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz |
Removed trailing whitespaces
Diffstat (limited to 'ACE/performance-tests')
-rw-r--r-- | ACE/performance-tests/SCTP/hist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/performance-tests/SCTP/hist.cpp b/ACE/performance-tests/SCTP/hist.cpp index c67916a86cd..4bed955b422 100644 --- a/ACE/performance-tests/SCTP/hist.cpp +++ b/ACE/performance-tests/SCTP/hist.cpp @@ -170,7 +170,7 @@ void report_to(FILE *strm, hist_t *hist) { 2*hist->sum*mean + hist->num_points*mean*mean) / (hist->num_points-1); ACE_OS::fprintf(strm, "variance: %g\n", variance); - if (hist->skew) + if (hist->skew) { ACE_OS::fprintf(strm, "skew: %g\n", ((hist->sum3 - 3*hist->sum2*mean + @@ -189,7 +189,7 @@ void report_to(FILE *strm, hist_t *hist) { ACE_OS::fprintf(strm, "num_bins: %d %g %g\n", hist->num_bins,hist->first,hist->last); if (hist->firstoptheader) { trace = hist->firstoptheader; - while(trace->next != 0) + while(trace->next != 0) { ACE_OS::fprintf(strm, "%s: %s\n", trace->key, trace->value); trace = trace->next; @@ -219,7 +219,7 @@ void report_to(FILE *strm, hist_t *hist) { (double)hist->hs[hist->num_bins+1]/hist->num_points, (double)histfloor(1000.0*sofar/hist->num_points)/1000.0); - if (hist->num_outer) + if (hist->num_outer) { ACE_OS::fprintf(strm, "outliers:\n"); for(i = 0; i < hist->num_outer; i++) ACE_OS::fprintf(strm, "\t%12.3f\n", |