From ca6ef58b1ee8521e4b940ee4883dee714960e413 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 5 Feb 2016 23:45:45 +0200 Subject: Bulk clearing of whitespace --- src/WebAdmin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/WebAdmin.h') diff --git a/src/WebAdmin.h b/src/WebAdmin.h index 4dbcc57a6..a3ebac43c 100644 --- a/src/WebAdmin.h +++ b/src/WebAdmin.h @@ -122,7 +122,7 @@ public: /** Starts the HTTP server taking care of the admin. Returns true if successful */ bool Start(void); - + /** Stops the HTTP server, if it was started. */ void Stop(void); @@ -160,7 +160,7 @@ public: /** Escapes text passed into it, so it can be embedded into html. */ static AString GetHTMLEscapedString(const AString & a_Input); - + /** Escapes the string for use in an URL */ static AString GetURLEncodedString(const AString & a_Input); @@ -214,7 +214,7 @@ protected: /** Set to true if Init() succeeds and the webadmin isn't to be disabled */ bool m_IsInitialized; - + /** Set to true if Start() succeeds in starting the server, reset back to false in Stop(). */ bool m_IsRunning; -- cgit v1.2.3