commit | 96dff91998572f4365dac76aacaf297ef3d6794f | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Thu Jul 11 15:26:45 2019 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Thu Jul 11 15:26:45 2019 +0000 |
tree | 1ada9fdfda69447b1a0f47159ba1778dfa1d93af | |
parent | 296a80102a9b72c3eda80558fb78a3ed8849b341 [diff] [blame] |
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!) llvm-svn: 365789
diff --git a/clang/lib/AST/TextNodeDumper.cpp b/clang/lib/AST/TextNodeDumper.cpp index 44c2612..cba9091 100644 --- a/clang/lib/AST/TextNodeDumper.cpp +++ b/clang/lib/AST/TextNodeDumper.cpp
@@ -1939,4 +1939,4 @@ void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { dumpName(D); -} \ No newline at end of file +}