From: Simon Glass Date: Mon, 7 Jan 2019 23:44:24 +0000 (-0700) Subject: buildman: Fix tabs in GetWrapper() X-Git-Tag: v2019.04-rc1~41^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccd2979a8d59636ca0cf288db03e1298dc120123;p=oweals%2Fu-boot.git buildman: Fix tabs in GetWrapper() This function has tabs instead of spaces. Fix it. Signed-off-by: Simon Glass --- 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: