From: Sebastian Luther <SebastianLuther@gmx.de>
Date: Mon, 7 Jun 2010 21:01:02 +0000 (+0200)
Subject: slot_collision_handler: Minor formatting changes
X-Git-Tag: v2.2_rc68~282
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ada441750cbca93503ab611d8ea13e666e9bdabf;p=portage.git

slot_collision_handler: Minor formatting changes
---

diff --git a/pym/_emerge/resolver/slot_collision.py b/pym/_emerge/resolver/slot_collision.py
index 88cf8fb3f..81eb77ed2 100644
--- a/pym/_emerge/resolver/slot_collision.py
+++ b/pym/_emerge/resolver/slot_collision.py
@@ -294,8 +294,8 @@ class slot_conflict_handler(object):
 
 		if self.conflict_is_unspecific and \
 			not ("--newuse" in self.myopts and "--update" in self.myopts):
-			msg += "!!!Enabling --newuse and --update might solve this conflict.\n"
-			msg += "!!!If not, it might at least allow emerge to give a suggestions.\n\n"
+			msg += "!!! Enabling --newuse and --update might solve this conflict.\n"
+			msg += "!!! If not, it might at least allow emerge to give a suggestions.\n\n"
 			return msg
 
 		solutions = self.solutions