nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE
[oweals/u-boot.git] / tools / buildman / builder.py
index 1b0ad9927592d9b22ca63893de0bd2255db8fb7d..54f3292208a9f0ccf64a71758b2040f912880fce 100644 (file)
@@ -664,7 +664,7 @@ class Builder:
                 arch = 'unknown'
             str = self.col.Color(color, ' ' + target)
             if not arch in done_arch:
-                str = self.col.Color(color, char) + '  ' + str
+                str = ' %s  %s' % (self.col.Color(color, char), str)
                 done_arch[arch] = True
             if not arch in arch_list:
                 arch_list[arch] = str