4 blank indentation on details
authorKlaus Kaempf <kkaempf@suse.de>
Fri, 31 Aug 2007 12:05:13 +0000 (12:05 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Fri, 31 Aug 2007 12:05:13 +0000 (12:05 +0000)
zypp/solver/detail/Resolver_problems.cc

index 75ef862..fcc2df3 100644 (file)
@@ -322,7 +322,7 @@ moreDetails( ResolverContext_Ptr context, PoolItem_Ref item )
   std::list<std::string>::iterator it;
   for (it = details.begin(); it != details.end(); ++it) 
      {
-       result += "  ";
+       result += "    ";
        result += *it;
        result += "\n";
      }