]> granicus.if.org Git - clang/commitdiff
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)
(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

index 44c2612a721fd4129f796fd6f99bce0e2b7e562d..cba9091b10652d6334d3d464ded32505dc767149 100644 (file)
@@ -1939,4 +1939,4 @@ void TextNodeDumper::VisitBlockDecl(const BlockDecl *D) {
 
 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) {
   dumpName(D);
-}
\ No newline at end of file
+}