mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
buildman: Fix tabs in GetWrapper()
This function has tabs instead of spaces. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8405452e6a
commit
ccd2979a8d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user