Browse Source

[2219] style fix: add () after return

JINMEI Tatuya 12 years ago
parent
commit
8b356c0c72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_finder.h

+ 1 - 1
src/lib/datasrc/memory/zone_finder.h

@@ -100,7 +100,7 @@ public:
 
     /// \brief Returns the origin of the zone.
     virtual isc::dns::Name getOrigin() const {
-        return zone_data_.getOriginNode()->getName();
+        return (zone_data_.getOriginNode()->getName());
     }
 
     /// \brief Returns the RR class of the zone.