From c776d245d7a9ddf6d0526c90782b34854e43c9b7 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 5 Feb 2021 23:02:28 -0500 Subject: [PATCH] More formatting --- Common/IRCDDBGatewayConfig.h | 2 +- Common/RepeaterHandler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/IRCDDBGatewayConfig.h b/Common/IRCDDBGatewayConfig.h index 2785fbb..47df7c8 100644 --- a/Common/IRCDDBGatewayConfig.h +++ b/Common/IRCDDBGatewayConfig.h @@ -307,7 +307,7 @@ private: bool m_logEnabled; bool m_dratsEnabled; bool m_dtmfEnabled; - bool m_gatewayCQLinkEnabled; + bool m_gatewayCQLinkEnabled; bool m_gpsdEnabled; wxString m_gpsdAddress; wxString m_gpsdPort; diff --git a/Common/RepeaterHandler.h b/Common/RepeaterHandler.h index b5d2fe2..6124b5d 100644 --- a/Common/RepeaterHandler.h +++ b/Common/RepeaterHandler.h @@ -162,7 +162,7 @@ private: static bool m_infoEnabled; static bool m_echoEnabled; static bool m_dtmfEnabled; - static bool m_gatewayCQLinkEnabled; + static bool m_gatewayCQLinkEnabled; static CHeaderLogger* m_headerLogger;