From 005590b6aa06c8e3e099c372808cf0b11ed2cf63 Mon Sep 17 00:00:00 2001 From: Florian Wolters Date: Fri, 27 Sep 2019 22:48:57 +0200 Subject: [PATCH] Minor code beauty --- Conf.h | 4 ++-- OLED.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Conf.h b/Conf.h index 2bed9d7..9629477 100644 --- a/Conf.h +++ b/Conf.h @@ -254,7 +254,7 @@ public: bool getOLEDInvert() const; bool getOLEDScroll() const; bool getOLEDRotate() const; - bool getOLEDLogoScreensaver() const; + bool getOLEDLogoScreensaver() const; // The LCDproc section std::string getLCDprocAddress() const; @@ -478,7 +478,7 @@ private: bool m_oledInvert; bool m_oledScroll; bool m_oledRotate; - bool m_oledLogoScreensaver; + bool m_oledLogoScreensaver; std::string m_lcdprocAddress; unsigned int m_lcdprocPort; diff --git a/OLED.h b/OLED.h index 8169cc9..6f40371 100644 --- a/OLED.h +++ b/OLED.h @@ -83,7 +83,7 @@ private: bool m_displayInvert; bool m_displayScroll; bool m_displayRotate; - bool m_displayLogoScreensaver; + bool m_displayLogoScreensaver; bool m_slot1Enabled; bool m_slot2Enabled; std::string m_ipaddress;