Tabs in Source Files [C, H]

Joel Sherrill joel at rtems.org
Wed Aug 7 13:41:06 UTC 2019


Hi

While looking at assembly language formatting, I decided to grep for tabs
in source
files. In cpukit and testsuites, there are a LOT of files with tabs.

$ find cpukit testsuites/ -name "*.[ch]" | xargs -e grep -rlP "\t" | grep
-v libnetworking | grep -v pppd | grep -v contrib | wc -l
530

That may be picking up a few extra files but that's still a lot of files.

Any comments?

--joel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190807/8535a420/attachment.html>


More information about the devel mailing list