From: Mukund Sivaraman Date: Thu, 13 Jun 2013 10:10:04 +0000 (+0530) Subject: [2726] Update coding style X-Git-Tag: bind10-1.2.0beta1-release~400^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2652e68f004f5c329b4979e93bbc020fb59af32d;p=thirdparty%2Fkea.git [2726] Update coding style --- 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); }