* [gentoo-commits] proj/catalyst:pending commit in: bin/, catalyst/arch/, catalyst/base/, catalyst/, catalyst/targets/
@ 2015-11-21 1:33 Brian Dolbec
0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2015-11-21 1:33 UTC (permalink / raw
To: gentoo-commits
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 @@
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-21 1:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 1:33 [gentoo-commits] proj/catalyst:pending commit in: bin/, catalyst/arch/, catalyst/base/, catalyst/, catalyst/targets/ Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox