• J
    remove all trailing blank lines · 07613d20
    Jim Meyering 提交于
    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.
    07613d20
该项目使用协议 GNU Lesser General Public License v2.1. 进一步了解
COPYING.LIB 25.9 KB