Ignore missing newline message
authorJohann <johannkoenig@google.com>
Mon, 3 Feb 2014 20:15:17 +0000 (12:15 -0800)
committerJohann <johannkoenig@google.com>
Tue, 4 Feb 2014 23:24:02 +0000 (15:24 -0800)
commitf498d92ff4686c2b1bfba87b3e44987ef87a66e7
tree0faf50932569523c8181b4c187c31a355821f276
parent37e5325b9f985e7ce1cd8a128b9bebafded60f40
Ignore missing newline message

git diff adds the following line to diffs:
\ No newline at end of file

which interferes with diff.py parsing. diff.py only looks for '+', '-'
and ' ' at the beginning of the line.

Issue seen on https://gerrit.chromium.org/gerrit/68611

Change-Id: I0d7b4485c470e0b409f2c9cddde6c9aceba0152e
tools/diff.py