diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/src/complexity.h')
| -rw-r--r-- | libcxx/utils/google-benchmark/src/complexity.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libcxx/utils/google-benchmark/src/complexity.h b/libcxx/utils/google-benchmark/src/complexity.h index 85cc125072c..23cd9bbc8c7 100644 --- a/libcxx/utils/google-benchmark/src/complexity.h +++ b/libcxx/utils/google-benchmark/src/complexity.h @@ -47,10 +47,7 @@ std::vector<BenchmarkReporter::Run> ComputeBigO( // parameter will return the best fitting curve detected. struct LeastSq { - LeastSq() : - coef(0.0), - rms(0.0), - complexity(oNone) {} + LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} double coef; double rms; @@ -60,5 +57,5 @@ struct LeastSq { // Function to return an string for the calculated complexity std::string GetBigOString(BigO complexity); -} // end namespace benchmark -#endif // COMPLEXITY_H_ +} // end namespace benchmark +#endif // COMPLEXITY_H_ |

