All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

STORM-826 (partial): fix line endings in files that use a mix of CRLF and LF

Review Request #70 - Created Jan. 5, 2011 and submitted

Oz Linden Reviewers
viewer
storm-826
None viewer-development
This is a simple change to correct existing line endings - I scanned all of viewer-development to identify files that had a mixture of CRLF and LF endings and converted them to just LF.

The diff apparently won't show the change in line ending characters.... see the repo (in the issue) for the real change.
I expanded the scope of this to also convert some files that were all the same CRLF endings but did not obviously need to be.   I left files that were clearly windows specific alone on the theory that non-windows users probably won't need to touch them, and the windows tools might care.

 
Review request changed
Updated (Jan. 6, 2011, 10:20 a.m.)
  • This is a simple change to correct existing line endings - I scanned all of viewer-development to identify files that had a mixture of CRLF and LF endings and converted them to just LF.
    
    What to do about preventing future such will be dealt with separately...

    This is a simple change to correct existing line endings - I scanned all of viewer-development to identify files that had a mixture of CRLF and LF endings and converted them to just LF.
    
    The diff apparently won't show the change in line ending characters.... see the repo (in the issue) for the real change.
    I expanded the scope of this to also convert some files that were all the same CRLF endings but did not obviously need to be.   I left files that were clearly windows specific alone on the theory that non-windows users probably won't need to touch them, and the windows tools might care.
    
Ship it!
Posted (Jan. 6, 2011, 1:54 p.m.)
Should be ok, I see no diff on the review board at all :p
I didn't actually apply the diff and check if all carriage returns are gone now, but I don't think that's the idea of the review board, is it?
Posted (Jan. 7, 2011, 8:01 a.m.)
Still CRLFs in indra/newview/skins/default/xui/en/floater_web_content.xml , which isn't windows specific, I think.
Otherwise https://bitbucket.org/oz_linden/storm-826/changeset/6e6d1de23cce looks good.

I'm wondering whether we should also fix indentation on lines that are touched by this change anyway. (E.g. floater_web_content.xml mixes spaces and tabs.)