Parcourir la source

[2377] style fix: added a blank line between method defs for readability.

JINMEI Tatuya il y a 12 ans
Parent
commit
9ea3182d49
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/lib/dns/master_loader.h

+ 3 - 0
src/lib/dns/master_loader.h

@@ -39,6 +39,7 @@ public:
         DEFAULT = 0,       ///< Nothing special.
         MANY_ERRORS = 1    ///< Lenient mode.
     };
+
     /// \brief Constructor
     ///
     /// This creates a master loader and provides it with all
@@ -69,6 +70,7 @@ public:
                  const MasterLoaderCallbacks& callbacks,
                  const AddRRCallback& add_callback,
                  Options options = DEFAULT);
+
     /// \brief Destructor
     ~MasterLoader();
 
@@ -84,6 +86,7 @@ public:
     /// \throw isc::InvalidOperation when called after loading was done
     ///     already.
     bool loadIncremental(size_t count_limit);
+
     /// \brief Load everything
     ///
     /// This simply calls loadIncremental until the loading is done.