From: Francis Dupont Date: Wed, 18 Nov 2015 15:48:03 +0000 (+0100) Subject: [4096] spaces & spelling X-Git-Tag: trac4097a_base~1^2~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a456a900957184af6dd0c37586ab5a2aeb1042a;p=thirdparty%2Fkea.git [4096] spaces & spelling --- diff --git a/src/lib/dhcpsrv/client_class_def.h b/src/lib/dhcpsrv/client_class_def.h index 4c100f443f..bdfca3c601 100644 --- a/src/lib/dhcpsrv/client_class_def.h +++ b/src/lib/dhcpsrv/client_class_def.h @@ -46,7 +46,7 @@ public: /// @brief Embodies a single client class definition class ClientClassDef { - public: +public: /// @brief Constructor /// /// @param name Name to assign to this class @@ -114,7 +114,7 @@ class ClientClassDef { /// @brief Provides a convenient text representation of the class friend std::ostream& operator<<(std::ostream& os, const ClientClassDef& x); - private: +private: /// @brief Unique text identifier by which this class is known. std::string name_; @@ -135,13 +135,13 @@ typedef std::map ClientClassDefMap; /// @brief Defines a pointer to a ClientClassDictionary typedef boost::shared_ptr ClientClassDefMapPtr; -/// @brief Defines a pair for working wiht ClientClassMap +/// @brief Defines a pair for working with ClientClassMap typedef std::pair ClientClassMapPair; /// @brief Maintains a list of ClientClassDef's class ClientClassDictionary { - public: +public: /// @brief Constructor ClientClassDictionary(); @@ -216,7 +216,7 @@ class ClientClassDictionary { return (!equals(other)); } - private: +private: /// @brief Map of the class definitions ClientClassDefMapPtr classes_;