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:
@@ -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_;
|
||||
|
Reference in New Issue
Block a user