wnsrhdo / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

Tons of files on the xfa branch have dos line endings #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$ cat dos2unix 
#!/bin/sh

perl -pi -e 's/\r\n/\n/;' $*
$ find . -name '*.cpp' -o -name '*.h' | grep -E -v 
'third_party|thirdparties|lpng_v163|tiff_v403' | xargs ./dos2unix 

On the master branch, things look pretty good. On the xfa branch, tons of files 
have dos line endings.

Original issue reported on code.google.com by thakis@chromium.org on 6 Aug 2015 at 10:20

GoogleCodeExporter commented 9 years ago
By posting the shell script above, I'm guessing that you're not willing to take 
a stab at this Nico?  I'd be grateful ! Otherwise just assign this to me.

Original comment by tsepez@chromium.org on 6 Aug 2015 at 10:23