public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:pending commit in: bin/, catalyst/arch/, catalyst/base/, catalyst/, catalyst/targets/
Date: Sat, 21 Nov 2015 01:33:45 +0000 (UTC)	[thread overview]
Message-ID: <1447096274.73a38c4393cc5cb4c0d915a99b4c6fb52bf8d23a.dolsen@gentoo> (raw)

commit:     73a38c4393cc5cb4c0d915a99b4c6fb52bf8d23a
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 19:11:14 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 19:11:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=73a38c43

lint: fix bad indents/trailing newlines

 bin/catalyst                 | 1 -
 catalyst/arch/__init__.py    | 1 -
 catalyst/base/__init__.py    | 1 -
 catalyst/base/genbase.py     | 1 -
 catalyst/base/stagebase.py   | 2 +-
 catalyst/hash_utils.py       | 3 ---
 catalyst/targets/__init__.py | 1 -
 7 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/bin/catalyst b/bin/catalyst
index 577e899..1557ab8 100755
--- a/bin/catalyst
+++ b/bin/catalyst
@@ -39,4 +39,3 @@ except KeyboardInterrupt:
 	print("Aborted.")
 	sys.exit(130)
 sys.exit(0)
-

diff --git a/catalyst/arch/__init__.py b/catalyst/arch/__init__.py
index 8b13789..e69de29 100644
--- a/catalyst/arch/__init__.py
+++ b/catalyst/arch/__init__.py
@@ -1 +0,0 @@
-

diff --git a/catalyst/base/__init__.py b/catalyst/base/__init__.py
index 8b13789..e69de29 100644
--- a/catalyst/base/__init__.py
+++ b/catalyst/base/__init__.py
@@ -1 +0,0 @@
-

diff --git a/catalyst/base/genbase.py b/catalyst/base/genbase.py
index 4214b45..0c8dbb9 100644
--- a/catalyst/base/genbase.py
+++ b/catalyst/base/genbase.py
@@ -51,4 +51,3 @@ class GenBase(object):
 								for j in array:
 									digest = hash_map.generate_hash(f, hash_=j)
 									myf.write(digest)
-

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index edbcaa6..df19c0b 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1067,7 +1067,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 							% flags)
 				if (flags is not "CFLAGS" and
 					self.settings[flags] == self.settings["CFLAGS"]):
-						myf.write('%s="${CFLAGS}"\n' % flags)
+					myf.write('%s="${CFLAGS}"\n' % flags)
 				elif isinstance(self.settings[flags], list):
 					myf.write('%s="%s"\n'
 							% (flags, ' '.join(self.settings[flags])))

diff --git a/catalyst/hash_utils.py b/catalyst/hash_utils.py
index 6e08967..1134f50 100644
--- a/catalyst/hash_utils.py
+++ b/catalyst/hash_utils.py
@@ -126,6 +126,3 @@ class HashMap(object):
 		result = header + "\n" + hash_result + "  " + short_file + "\n"
 		log.info('%s (%s) = %s', header, short_file, result)
 		return result
-
-
-

diff --git a/catalyst/targets/__init__.py b/catalyst/targets/__init__.py
index 8b13789..e69de29 100644
--- a/catalyst/targets/__init__.py
+++ b/catalyst/targets/__init__.py
@@ -1 +0,0 @@
-


                 reply	other threads:[~2015-11-21  1:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1447096274.73a38c4393cc5cb4c0d915a99b4c6fb52bf8d23a.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.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