From: Michael Vrable Date: Tue, 19 Jun 2007 00:45:55 +0000 (-0700) Subject: Minor formatting fix when outputting the statcache file. X-Git-Url: https://git.vrable.net/?a=commitdiff_plain;h=0e55c5307b65af2615f28c61c0026d80c250f0d6;p=cumulus.git Minor formatting fix when outputting the statcache file. --- diff --git a/statcache.cc b/statcache.cc index 71f6b36..03cfd95 100644 --- a/statcache.cc +++ b/statcache.cc @@ -70,6 +70,8 @@ void StatCache::Save(const string &path, struct stat *stat_buf, << "checksum: " << checksum << "\n"; *newcache << "blocks:"; + if (blocks.size() == 0) + *newcache << "\n"; for (list::const_iterator i = blocks.begin(); i != blocks.end(); ++i) { *newcache << " " << *i << "\n";