From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- include/command_parse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index e384e992a..5e6806a85 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -33,15 +33,15 @@ */ class CoreExport CommandParser final { - public: +public: typedef std::unordered_map CommandMap; - private: +private: /** Command list, a hash_map of command names to Command* */ CommandMap cmdlist; - public: +public: /** Get a command name -> Command* map containing all client to server commands * @return A map of command handlers keyed by command names */ -- cgit v1.3.1-10-gc9f91