Browse Source

[2834] untabified

JINMEI Tatuya 12 years ago
parent
commit
2b67b0507c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/lib/datasrc/client_list.h

+ 4 - 4
src/lib/datasrc/client_list.h

@@ -343,8 +343,8 @@ public:
     enum ReloadResult {
         CACHE_DISABLED,     ///< The cache is not enabled in this list.
         ZONE_NOT_CACHED,    ///< Zone is served directly, not from cache
-	                    ///  (including the case cache is disabled for
-	                    ///  the specific data source).
+                            ///  (including the case cache is disabled for
+                            ///  the specific data source).
         ZONE_NOT_FOUND,     ///< Zone does not exist in this list.
         ZONE_SUCCESS        ///< The zone was successfully reloaded or
                             ///  the writer provided.
@@ -422,8 +422,8 @@ public:
         std::string name_;
 
         const internal::CacheConfig* getCacheConfig() const {
-	    return (cache_conf_.get());
-	}
+            return (cache_conf_.get());
+        }
     private:
         // this is kept private for now.  When it needs to be accessed,
         // we'll add a read-only getter method.