2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[4096] Added a space for readability

This commit is contained in:
Francis Dupont
2015-11-18 16:32:15 +01:00
parent 92aff79502
commit 5e3af86871

View File

@@ -130,7 +130,7 @@ class ClientClassDef {
typedef boost::shared_ptr<ClientClassDef> ClientClassDefPtr;
/// @brief Defines a map of ClientClassDef's, keyed by the class name.
typedef std::map<std::string,ClientClassDefPtr> ClientClassDefMap;
typedef std::map<std::string, ClientClassDefPtr> ClientClassDefMap;
/// @brief Defines a pointer to a ClientClassDictionary
typedef boost::shared_ptr<ClientClassDefMap> ClientClassDefMapPtr;