From Jeff Cohen:
authorChris Lattner <sabre@nondot.org>
Sat, 6 Nov 2004 17:07:36 +0000 (17:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Nov 2004 17:07:36 +0000 (17:07 +0000)
I checked out from cvs directly on Windows and I ran into another
problem with the project files.  Evidently, the files were initially
checked in on Unix, and the files were transfered to Unix without
converting the CR/LF line endings first.  When checked out on Windows,
cvs converts the files to DOS format, resulting in two CRs for each LF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17504 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found