commit: 7a5489e8b2715d48767ec7ee936736e862a8d7c1
Author: Sergei Trofimovich <siarheit <AT> google <DOT> com>
AuthorDate: Sun Jul 2 15:28:03 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 15:33:25 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7a5489e8
portage/dep/depcheck.py: Whitespace, add indentation level after newline
Signed-off-by: Sergei Trofimovich <siarheit <AT> google.com>
Final commit adds line trim @line 340
pym/portage/dep/dep_check.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py
index 737d2b138..35caecc74 100644
--- a/pym/portage/dep/dep_check.py
+++ b/pym/portage/dep/dep_check.py
@@ -337,7 +337,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0,
trees=None):
return [mydbapi._pkg_str(cpv, atom.repo)
for cpv in mydbapi.match(atom)]
- # Sort the deps into installed, not installed but already
+ # Sort the deps into installed, not installed but already
# in the graph and other, not installed and not in the graph
# and other, with values of [[required_atom], availablility]
for x, satisfied in zip(deps, satisfieds):
@@ -713,8 +713,8 @@ def dep_check(depstring, mydbapi, mysettings, use="yes",
mode=None, myuse=None,
else:
try:
mysplit = use_reduce(depstring, uselist=myusesplit,
- masklist=mymasks, matchall=(use=="all"),
excludeall=useforce,
- opconvert=True, token_class=Atom, eapi=eapi)
+ masklist=mymasks, matchall=(use=="all"),
excludeall=useforce,
+ opconvert=True, token_class=Atom, eapi=eapi)
except InvalidDependString as e:
return [0, "%s" % (e,)]