From: JINMEI Tatuya Date: Tue, 7 May 2013 20:42:40 +0000 (-0700) Subject: [2851] untabify X-Git-Tag: bind10-1.2.0beta1-release~466^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e2d747ba455749e7ccee8eec36fe5f7e51ed749;p=thirdparty%2Fkea.git [2851] untabify --- diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h index 0e436ce850..207b9c1c9b 100644 --- a/src/lib/datasrc/client_list.h +++ b/src/lib/datasrc/client_list.h @@ -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()); }