clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ic2bc1d98d8ad469a3477f9059ec890fc8339907d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/report.hpp b/src/report.hpp
index bb164d9..2fbd078 100644
--- a/src/report.hpp
+++ b/src/report.hpp
@@ -87,8 +87,8 @@
void deactivate();
private:
- std::unique_ptr<sdbusplus::asio::dbus_interface>
- makeReportInterface(const interfaces::ReportFactory& reportFactory);
+ std::unique_ptr<sdbusplus::asio::dbus_interface> makeReportInterface(
+ const interfaces::ReportFactory& reportFactory);
static void timerProcForPeriodicReport(boost::system::error_code,
Report& self);
static void timerProcForOnChangeReport(boost::system::error_code,
@@ -102,8 +102,8 @@
static uint64_t getMetricCount(
const std::vector<std::shared_ptr<interfaces::Metric>>& metrics);
interfaces::JsonStorage::FilePath reportFileName() const;
- std::unordered_set<std::string>
- collectTriggerIds(boost::asio::io_context& ioc) const;
+ std::unordered_set<std::string> collectTriggerIds(
+ boost::asio::io_context& ioc) const;
bool storeConfiguration() const;
bool shouldStoreMetricValues() const;
void updateReadings();