]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2851] untabify
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 7 May 2013 20:42:40 +0000 (13:42 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 7 May 2013 20:42:40 +0000 (13:42 -0700)
src/lib/datasrc/client_list.h

index 0e436ce850577740011605bfe35cfb01d753b831..207b9c1c9b7c67ce3f0e1228bdac406d7e8606ea 100644 (file)
@@ -391,7 +391,7 @@ public:
     /// \throw DataSourceError or anything else that the data source
     ///      containing the zone might throw is propagated.
     ZoneWriterPair getCachedZoneWriter(const dns::Name& zone,
-                                      const std::string& datasrc_name = "");
+                                       const std::string& datasrc_name = "");
 
     /// \brief Implementation of the ClientList::find.
     virtual FindResult find(const dns::Name& zone,
@@ -421,7 +421,7 @@ public:
         std::string name_;
 
         // cache_conf_ can be accessed only from this read-only getter,
-       // to protect its integrity as much as possible.
+        // to protect its integrity as much as possible.
         const internal::CacheConfig* getCacheConfig() const {
             return (cache_conf_.get());
         }