public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Sergei Trofimovich <slyfox@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: zmedico@gentoo.org, Sergei Trofimovich <siarheit@google.com>,
	dolsen@gentoo.org
Subject: [gentoo-portage-dev] [PATCH v2] portage/dep/depcheck.py: Whitespace, add indentation level after newline
Date: Sat, 18 Jun 2016 20:26:20 +0100	[thread overview]
Message-ID: <20160618192620.16502-1-slyfox@gentoo.org> (raw)
In-Reply-To: <20160618110626.1ae113ea.dolsen@gentoo.org>

From: Sergei Trofimovich <siarheit@google.com>

CC: dolsen@gentoo.org
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
---
V2: updated subject
 pym/portage/dep/dep_check.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py
index 9af4e65..76e5d82 100644
--- a/pym/portage/dep/dep_check.py
+++ b/pym/portage/dep/dep_check.py
@@ -688,8 +688,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,)]
 
-- 
2.9.0



  reply	other threads:[~2016-06-18 19:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-18 17:01 [gentoo-portage-dev] [PATCH] repoman: typo in docstring s/dependancy/dependency/ Sergei Trofimovich
2016-06-18 17:01 ` [gentoo-portage-dev] [PATCH] repoman: whitespace: add indentation level after newline Sergei Trofimovich
2016-06-18 18:06   ` Brian Dolbec
2016-06-18 19:26     ` Sergei Trofimovich [this message]
2017-07-01  9:49       ` [gentoo-portage-dev] [PATCH v2] portage/dep/depcheck.py: Whitespace, " Sergei Trofimovich
2017-07-02 16:23       ` [gentoo-portage-dev] " Zac Medico
2016-06-18 17:01 ` [gentoo-portage-dev] [PATCH] repoman: new QA error: slot operator under '||' alternative Sergei Trofimovich
2016-06-18 18:02   ` Brian Dolbec
2016-06-18 19:27     ` [gentoo-portage-dev] [PATCH v2] " Sergei Trofimovich
2016-06-18 21:15       ` [gentoo-portage-dev] " Zac Medico
2016-06-18 22:00         ` [gentoo-portage-dev] [PATCH v4] " Sergei Trofimovich
2016-06-25 17:35           ` Brian Dolbec
2016-06-19  8:13         ` [gentoo-portage-dev] Re: [PATCH v2] " Sergei Trofimovich
     [not found]     ` <20160618203706.3fd97cb6@sf>
2016-06-18 20:38       ` [gentoo-portage-dev] [PATCH] " Brian Dolbec
2016-06-18 21:25         ` Zac Medico
2016-06-18 21:54         ` Sergei Trofimovich
2016-06-18 18:29 ` [gentoo-portage-dev] Re: [PATCH] repoman: typo in docstring s/dependancy/dependency/ Zac Medico
2016-06-18 19:27 ` [gentoo-portage-dev] [PATCH v2] repoman/modules/.../profile.py: " Sergei Trofimovich
2016-06-18 19:31   ` [gentoo-portage-dev] " Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160618192620.16502-1-slyfox@gentoo.org \
    --to=slyfox@gentoo.org \
    --cc=dolsen@gentoo.org \
    --cc=gentoo-portage-dev@lists.gentoo.org \
    --cc=siarheit@google.com \
    --cc=zmedico@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox