Parcourir la source

[2219] style fix: add () after return

JINMEI Tatuya il y a 12 ans
Parent
commit
8b356c0c72
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.