remove all trailing blank lines

by running this command:
git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
This is in preparation for a more strict make syntax-check
rule that will detect trailing blank lines.
This commit is contained in:
Jim Meyering
2009-07-16 08:25:36 +02:00
parent 4a7acedd3c
commit 07613d2020
109 changed files with 0 additions and 122 deletions

View File

@@ -44,4 +44,3 @@
<xsl:template match="p">
</xsl:template>
</xsl:stylesheet>