Skip to content

Commit 204550a

Browse files
committed
Please consider the following formatting changes
1 parent b33b8bc commit 204550a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Framework/Core/src/ResourcesMonitoringHelper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bool ResourcesMonitoringHelper::dumpMetricsToJSON(const std::vector<DeviceMetric
5656
const DeviceMetricsInfo& driverMetrics,
5757
const std::vector<DeviceSpec>& specs,
5858
std::vector<std::regex> const& performanceMetricsRegex,
59-
std::ostream &out) noexcept
59+
std::ostream& out) noexcept
6060
{
6161

6262
assert(metrics.size() == specs.size());

Framework/Core/src/ResourcesMonitoringHelper.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ struct ResourcesMonitoringHelper {
2828
DeviceMetricsInfo const& driverMetrics,
2929
std::vector<DeviceSpec> const& specs,
3030
std::vector<std::regex> const& metricsToDump,
31-
std::ostream &out) noexcept;
31+
std::ostream& out) noexcept;
3232
static bool isResourcesMonitoringEnabled(unsigned short interval) noexcept { return interval > 0; }
3333
};
3434

35-
3635
} // namespace o2::framework
3736

3837
#endif // O2_FRAMEWORK_RESOURCESMONITORINGHELPER_H_

0 commit comments

Comments
 (0)