Fix a few 'no newline at end of file' warnings that Xcode emits
authorNico Weber <nicolasweber@gmx.de>
Thu, 11 Jul 2019 15:26:45 +0000 (15:26 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 11 Jul 2019 15:26:45 +0000 (15:26 +0000)
commit6972cff10e69810ea9cb31a0afdfbf1827ef00d5
tree1665b2079a820bee932b7c960a5711e24493797b
parent9a620ab4b651305b643dd81923423e513ede9461
Fix a few 'no newline at end of file' warnings that Xcode emits

(Xcode even has a snazzy "Fix" button, but clicking that inserts two
newlines. So close!)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365789 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/TextNodeDumper.cpp