From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Wed, 09 Oct 2013 20:02:10 +0900 Subject: [U-Boot] [PATCH 2/4] Coding Style cleanup: replace leading SPACEs by TABs In-Reply-To: <1380901406-19303-3-git-send-email-wd@denx.de> References: <1380901406-19303-1-git-send-email-wd@denx.de> <1380901406-19303-3-git-send-email-wd@denx.de> Message-ID: <20131009200209.5574.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, Wolfgang, Simon. (I added Cc Simon) > tools/buildman/README | 268 +-- > tools/buildman/board.py | 236 +- > tools/buildman/bsettings.py | 18 +- > tools/buildman/builder.py | 2374 ++++++++++---------- > tools/buildman/buildman.py | 16 +- > tools/buildman/control.py | 136 +- > tools/buildman/test.py | 162 +- > tools/buildman/toolchain.py | 392 ++-- I might be too worried, but so many lines are going to be changed. Just in case, I hope Simon checks this. Best Regards Masahiro Yamada