get rid of ugly "warning: no newline at end of file"
warnings that some compilers diagnose


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41847 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/AST/ASTContext.cpp b/AST/ASTContext.cpp
index 7e9f5e9..da07fbd 100644
--- a/AST/ASTContext.cpp
+++ b/AST/ASTContext.cpp
@@ -797,4 +797,4 @@
   }
   
   return getTagDeclType(CFConstantStringTypeDecl);
-}
\ No newline at end of file
+}