[U-Boot] [PATCH v2 7/7] buildman: Fix tabs in GetWrapper()

Simon Glass sjg at chromium.org
Mon Jan 7 23:44:24 UTC 2019


This function has tabs instead of spaces. Fix it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Drop patches previously applied
- Add fixes needed to get clang building running

 tools/buildman/toolchain.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index b3c61827f3..a65737fdf8 100644
--- 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:
-- 
2.20.1.97.g81188d93c3-goog



More information about the U-Boot mailing list