Write newlines at the end of C files.

When Grit generates C files for converting message IDs to strings, the generated code did not have a newline at the end. This caused problems for Mac where we warn for such cases.

This patch adds the missing newline so we can remove the special-case code.

R=dpranke@chromium.org

Review URL: https://codereview.chromium.org/1413193006 .
1 file changed