From 6972cff10e69810ea9cb31a0afdfbf1827ef00d5 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 11 Jul 2019 15:26:45 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/AST/TextNodeDumper.cpp') diff --git a/lib/AST/TextNodeDumper.cpp b/lib/AST/TextNodeDumper.cpp index 44c2612a72..cba9091b10 100644 --- a/lib/AST/TextNodeDumper.cpp +++ b/lib/AST/TextNodeDumper.cpp @@ -1939,4 +1939,4 @@ void TextNodeDumper::VisitBlockDecl(const BlockDecl *D) { void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { dumpName(D); -} \ No newline at end of file +} -- cgit v1.2.1