| commit | ec6edca7aa42b6affd989ef91b5897f96795e40f | [log] [tgz] |
|---|---|---|
| author | Chris Dearman <chris@mips.com> | Wed Oct 17 19:54:01 2012 -0700 |
| committer | Chris Dearman <chris@mips.com> | Thu Oct 18 11:47:07 2012 -0700 |
| tree | e8b546f1ffe8843aadd4e463489f92555745f638 | |
| parent | 5708536275081c44a1e374474a1aae8debcf8109 [diff] |
Add missing newline at end of file
This is a scripted change done using the following command:
find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'
Signed-off-by: Chris Dearman <chris@mips.com>