Skip to content
Snippets Groups Projects
Commit ca7a9213 authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Re #27704. Apply clang formatting

parent 0ebea500
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,9 @@ LogManager::getTimeSeriesProperty(const std::string &name) const {
* @return A single double value
*/
double LogManager::getTimeAveragedStd(const std::string &name) const {
return getTimeSeriesProperty<double>(name)->getStatistics().time_standard_deviation;
return getTimeSeriesProperty<double>(name)
->getStatistics()
.time_standard_deviation;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment