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

[1792] unrelated style fix per guideline. should be obvious from the diff.

This commit is contained in:
JINMEI Tatuya
2012-04-05 17:37:29 -07:00
parent 2fa92e2396
commit 2397c86b17

View File

@@ -163,7 +163,7 @@ public:
///
/// \return Reference to the DataSourceClient instance contained in this
/// container.
DataSourceClient& getInstance() { return *instance_; }
DataSourceClient& getInstance() { return (*instance_); }
private:
DataSourceClient* instance_;