[Tinyos-devel] consistency in line terminators

Razvan Musaloiu-E. razvanm at cs.jhu.edu
Mon Jun 9 12:28:26 PDT 2008


Hi!

On Mon, 9 Jun 2008, Philip Levis wrote:

>
> On Jun 9, 2008, at 10:27 AM, Razvan Musaloiu-E. wrote:
>> 
>> There are quite a big number of files that request tabs of different size 
>> from 8:
>> 	$ grep -r 'tab:4' tinyos-2.x | wc -l
>> 	239
>> 	$ grep -r 'tab:2' tinyos-2.x | wc -l
>> 	47
>
> I think a lot of these are holdovers of the comments in the Berkeley license 
> from very early (pre 1.0?) versions of TinyOS. We might as well nuke them.

You are right. I manually checked a few of them and the 'tab:' marker is 
bogus.

To summarize, the clean-up that I propose consists of:
- convert all sources to unix line terminators
- remove the bogus 'tab:' marker
- convert all the tabs to 8 spaces.

--
Razvan ME


More information about the Tinyos-devel mailing list