Browse Source

[2726] Update coding style

Mukund Sivaraman 12 years ago
parent
commit
2652e68f00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/serial.h

+ 1 - 1
src/lib/dns/serial.h

@@ -59,7 +59,7 @@ public:
     /// \brief Direct assignment from other Serial
     /// \brief Direct assignment from other Serial
     ///
     ///
     /// \param other The Serial to assign the value from
     /// \param other The Serial to assign the value from
-    Serial &operator=(const Serial& other) {
+    Serial& operator=(const Serial& other) {
         value_ = other.getValue();
         value_ = other.getValue();
         return (*this);
         return (*this);
     }
     }