From 5083ace94959a750f58f1fe140fb8ba23c72b98d Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 10 Feb 2023 22:08:54 +0100 Subject: [PATCH] clang-format fix --- lib/System/System.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/System/System.h b/lib/System/System.h index a6a0d97..374a634 100644 --- a/lib/System/System.h +++ b/lib/System/System.h @@ -19,15 +19,15 @@ public: BoardConfig const *const getBoardConfig() const; Configuration const *const getUserConfig() const; - TaskManager & getTaskManager(); - Display & getDisplay(); + TaskManager &getTaskManager(); + Display &getDisplay(); bool isWifiOrEthConnected() const; void connectedViaEth(bool status); void connectedViaWifi(bool status); - logging::Logger & getLogger(); + logging::Logger &getLogger(); private: - BoardConfig const * _boardConfig; + BoardConfig const *_boardConfig; Configuration const *_userConfig; TaskManager _taskManager; Display _display;