2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] trivial editorial cleanup: removed spaces in a blank line.

This commit is contained in:
JINMEI Tatuya 2012-03-30 17:03:31 -07:00
parent c1a0b11d84
commit ead53d5c0f

View File

@ -32,7 +32,7 @@ public:
DataNotFoundError(const char* file, size_t line, const std::string& what) : DataNotFoundError(const char* file, size_t line, const std::string& what) :
isc::Exception(file, line, what) {} isc::Exception(file, line, what) {}
}; };
class ConfigData { class ConfigData {
public: public:
/// Constructs a ConfigData option with no specification and an /// Constructs a ConfigData option with no specification and an