indentation
authorKlaus Kaempf <kkaempf@suse.de>
Sun, 26 Feb 2006 16:29:12 +0000 (16:29 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sun, 26 Feb 2006 16:29:12 +0000 (16:29 +0000)
zypp/zypp_detail/ZYppImpl.cc

index 1fe83a4..e4e933f 100644 (file)
@@ -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 );
        }
     }