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

llvm-svn: 41847
diff --git a/clang/Analysis/LiveVariables.cpp b/clang/Analysis/LiveVariables.cpp
index 4324b3e..40d4f76 100644
--- a/clang/Analysis/LiveVariables.cpp
+++ b/clang/Analysis/LiveVariables.cpp
@@ -509,4 +509,4 @@
   }
   
   fprintf(stderr,"\n");
-}
\ No newline at end of file
+}