projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8405452
)
buildman: Fix tabs in GetWrapper()
author
Simon Glass
<sjg@chromium.org>
Mon, 7 Jan 2019 23:44:24 +0000
(16:44 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 15 Jan 2019 00:47:13 +0000
(17:47 -0700)
This function has tabs instead of spaces. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py
patch
|
blob
|
history
diff --git
a/tools/buildman/toolchain.py
b/tools/buildman/toolchain.py
index b3c61827f329d46aaca1233cc398c8a825ee4ee1..a65737fdf84b586e04791b8c9e8b5c507c68effe 100644
(file)
--- a/
tools/buildman/toolchain.py
+++ b/
tools/buildman/toolchain.py
@@
-135,8
+135,8
@@
class Toolchain:
def GetWrapper(self, show_warning=True):
"""Get toolchain wrapper from the setting file.
"""
- value = ''
- for name, value in bsettings.GetItems('toolchain-wrapper'):
+
value = ''
+
for name, value in bsettings.GetItems('toolchain-wrapper'):
if not value:
print "Warning: Wrapper not found"
if value: