Fix indentation.
authorZac Medico <zmedico@gentoo.org>
Wed, 6 Dec 2006 23:12:19 +0000 (23:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 6 Dec 2006 23:12:19 +0000 (23:12 -0000)
svn path=/main/trunk/; revision=5196

bin/emerge

index e48c26aa1748e500d2a60dddc401896eaf9b875c..ba2f8de8f5f019aa7a2f4b1ac8507837d63ddcdd 100755 (executable)
@@ -2860,9 +2860,9 @@ def unmerge(settings, myopts, vartree, unmerge_action, unmerge_files,
                                #add a "=" if missing
                                mymatch=localtree.dep_match("="+x)
                        if not mymatch:
-                                       portage.writemsg("\n--- Couldn't find '%s' to %s.\n" % \
-                                               (x, unmerge_action), noiselevel=-1)
-                                       continue
+                               portage.writemsg("\n--- Couldn't find '%s' to %s.\n" % \
+                                       (x, unmerge_action), noiselevel=-1)
+                               continue
                        mykey = portage.key_expand(
                                portage.dep_getkey(
                                        mymatch[0]), mydb=vartree.dbapi, settings=settings)