From ccd2979a8d59636ca0cf288db03e1298dc120123 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 7 Jan 2019 16:44:24 -0700 Subject: buildman: Fix tabs in GetWrapper() This function has tabs instead of spaces. Fix it. Signed-off-by: Simon Glass --- tools/buildman/toolchain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index b3c6182..a65737f 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: -- cgit v1.1