Browse Source

[2833] cleanup: removed a space at EOL

JINMEI Tatuya 12 years ago
parent
commit
1a11b2d51c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/cache_config_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/cache_config_unittest.cc

@@ -57,7 +57,7 @@ protected:
 
 size_t
 countZones(const CacheConfig& cache_config) {
-    return (std::distance(cache_config.begin(), cache_config.end())); 
+    return (std::distance(cache_config.begin(), cache_config.end()));
 }
 
 TEST_F(CacheConfigTest, constructMasterFiles) {