summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/serial.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2013-06-13 12:10:04 +0200
committerMukund Sivaraman <muks@isc.org>2013-06-13 12:10:04 +0200
commit2652e68f004f5c329b4979e93bbc020fb59af32d (patch)
tree958ddf09cbbf72b4ee1c23f1f9705d36eb03bca4 /src/lib/dns/serial.h
parent[2726] Fix array index (diff)
downloadkea-2652e68f004f5c329b4979e93bbc020fb59af32d.tar.xz
kea-2652e68f004f5c329b4979e93bbc020fb59af32d.zip
[2726] Update coding style
Diffstat (limited to 'src/lib/dns/serial.h')
-rw-r--r--src/lib/dns/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/serial.h b/src/lib/dns/serial.h
index a3324eb05d..0cd68331c7 100644
--- a/src/lib/dns/serial.h
+++ b/src/lib/dns/serial.h
@@ -59,7 +59,7 @@ public:
/// \brief Direct assignment from other Serial
///
/// \param other The Serial to assign the value from
- Serial &operator=(const Serial& other) {
+ Serial& operator=(const Serial& other) {
value_ = other.getValue();
return (*this);
}