]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2726] Update coding style
authorMukund Sivaraman <muks@isc.org>
Thu, 13 Jun 2013 10:10:04 +0000 (15:40 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 13 Jun 2013 10:10:04 +0000 (15:40 +0530)
src/lib/dns/serial.h

index a3324eb05d6800d3e238fc27424e9fd0e97fcb56..0cd68331c770e38c1e930b5ec51c4edc7ab3f2cb 100644 (file)
@@ -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) {
+    Serialoperator=(const Serial& other) {
         value_ = other.getValue();
         return (*this);
     }