Fwd: Re: RFR(xxs): 8072935: Fix missing newline at end of file after 8067447

Volker Simonis volker.simonis at gmail.com
Fri Feb 13 09:23:25 UTC 2015


Hi,

could somebody please sponsor and push this change.

Thanks,
Volker


On Fri, Feb 13, 2015 at 7:49 AM, Martin Buchholz <martinrb at google.com> wrote:
> Source files should have exactly one trailing newline.
>
> find -iregex '.*\.\(java\|txt\|c\|cc\|h\|hpp\|cpp\)$' | xargs perl -0777 -ne
> 'print "Must have exactly one trailing newline: $ARGV\n" unless m~[^\n]\Z~s'
>
>



More information about the build-dev mailing list