diff options
author | Thomas Markwalder <tmark@isc.org> | 2016-04-05 21:31:40 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2016-04-05 21:31:40 +0200 |
commit | 604b8e78a26c6cb4e1d2faf27f3c0fbcbdd7af78 (patch) | |
tree | f9549a10b980c3d758bc0a21e6aca76115afe5db /src/lib/dhcp | |
parent | [trac4265] Add test code, tidy up main code (diff) | |
download | kea-604b8e78a26c6cb4e1d2faf27f3c0fbcbdd7af78.tar.xz kea-604b8e78a26c6cb4e1d2faf27f3c0fbcbdd7af78.zip |
[4265] Removed whitespaces
Diffstat (limited to 'src/lib/dhcp')
-rw-r--r-- | src/lib/dhcp/pkt6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcp/pkt6.h b/src/lib/dhcp/pkt6.h index 562637af0b..bade98f362 100644 --- a/src/lib/dhcp/pkt6.h +++ b/src/lib/dhcp/pkt6.h @@ -285,7 +285,7 @@ public: const isc::asiolink::IOAddress& getRelay6PeerAddress(uint8_t relay_level) const; - /// + /// /// @brief Returns all instances of specified type. /// /// Returns all instances of options of the specified type. DHCPv6 protocol |