Remove trailing newline from file.

This commit is contained in:
Bruce Momjian 2004-01-04 00:50:11 +00:00
parent f04af68e54
commit 21a1202281
1 changed files with 0 additions and 1 deletions

View File

@ -25,4 +25,3 @@ sed 's/^\([^:]*\).*$/\1/' |
grep -v ' ' | # some typedefs have spaces, remove them
sort |
uniq