[U-Boot-Users] [GIT-PULL][Blackfin] Please pull http://www.denx.de/git/u-boot-blackfin.git

Mike Frysinger vapier at gentoo.org
Sun Mar 11 21:28:56 CET 2007


On Sunday 11 March 2007, Aubrey Li wrote:
> May I ask where the indentation is not TABs?

find trailing whitespace:
egrep -r '[[:space:]]+$' lib_blackfin board/bf* cpu/bf*

find (probably) broken leading spaces:
egrep -r '^ ' lib_blackfin board/bf* cpu/bf*

yes, there is still a bunch left in our svn repo ;)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070311/624444ea/attachment.pgp 


More information about the U-Boot mailing list