Browse Source

[4096] Added a space for readability

Francis Dupont 9 years ago
parent
commit
92aff79502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/client_class_def.h

+ 1 - 1
src/lib/dhcpsrv/client_class_def.h

@@ -136,7 +136,7 @@ typedef std::map<std::string,ClientClassDefPtr> ClientClassDefMap;
 typedef boost::shared_ptr<ClientClassDefMap> ClientClassDefMapPtr;
 
 /// @brief Defines a pair for working wiht ClientClassMap
-typedef std::pair<std::string,ClientClassDefPtr> ClientClassMapPair;
+typedef std::pair<std::string, ClientClassDefPtr> ClientClassMapPair;
 
 /// @brief Maintains a list of ClientClassDef's
 class ClientClassDictionary {