mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ class Toolchain:
|
||||||
def GetWrapper(self, show_warning=True):
|
def GetWrapper(self, show_warning=True):
|
||||||
"""Get toolchain wrapper from the setting file.
|
"""Get toolchain wrapper from the setting file.
|
||||||
"""
|
"""
|
||||||
value = ''
|
value = ''
|
||||||
for name, value in bsettings.GetItems('toolchain-wrapper'):
|
for name, value in bsettings.GetItems('toolchain-wrapper'):
|
||||||
if not value:
|
if not value:
|
||||||
print "Warning: Wrapper not found"
|
print "Warning: Wrapper not found"
|
||||||
if value:
|
if value:
|
||||||
|
|
Loading…
Add table
Reference in a new issue