Remove trailing newline from file.

REL8_0_STABLE
Bruce Momjian 22 years ago
parent f04af68e54
commit 21a1202281
  1. 1
      src/tools/find_typedef

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

Loading…
Cancel
Save