This is an archive of the discontinued LLVM Phabricator instance.

Fix several accidental DOS line endings in source files
ClosedPublic

Authored by dim on Jan 3 2016, 3:14 AM.

Details

Summary

There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings.

There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those.

Diff Detail

Event Timeline

dim updated this revision to Diff 43856.Jan 3 2016, 3:14 AM
dim retitled this revision from to Fix several accidental DOS line endings in source files.
dim updated this object.
dim added a reviewer: joerg.
dim added a subscriber: llvm-commits.
aaron.ballman accepted this revision.Jan 3 2016, 9:10 AM
aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a subscriber: aaron.ballman.

LGTM, thank you!

This revision is now accepted and ready to land.Jan 3 2016, 9:10 AM
dim closed this revision.Jan 3 2016, 9:25 AM