From: Klaus Kaempf Date: Sun, 26 Feb 2006 16:29:12 +0000 (+0000) Subject: indentation X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77da088dd0f9d5e217b8a59e814b33dbffc1003e;p=platform%2Fupstream%2Flibzypp.git indentation --- diff --git a/zypp/zypp_detail/ZYppImpl.cc b/zypp/zypp_detail/ZYppImpl.cc index 1fe83a4..e4e933f 100644 --- a/zypp/zypp_detail/ZYppImpl.cc +++ b/zypp/zypp_detail/ZYppImpl.cc @@ -107,7 +107,7 @@ namespace zypp for (ResPool::const_iterator it = pool().begin(); it != pool().end(); ++it) { if (it->status().isInstalled()) - _pool.erase(*it); + _pool.erase( *it ); } }