r219439 - [Analysis] Add missing newlines at end of file.

Daniel Dunbar daniel at zuster.org
Thu Oct 9 13:34:46 PDT 2014


Author: ddunbar
Date: Thu Oct  9 15:34:45 2014
New Revision: 219439

URL: http://llvm.org/viewvc/llvm-project?rev=219439&view=rev
Log:
[Analysis] Add missing newlines at end of file.

Modified:
    cfe/trunk/include/clang/Analysis/CodeInjector.h
    cfe/trunk/lib/Analysis/CodeInjector.cpp
    cfe/trunk/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
    cfe/trunk/lib/StaticAnalyzer/Frontend/ModelInjector.h

Modified: cfe/trunk/include/clang/Analysis/CodeInjector.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/CodeInjector.h?rev=219439&r1=219438&r2=219439&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/CodeInjector.h (original)
+++ cfe/trunk/include/clang/Analysis/CodeInjector.h Thu Oct  9 15:34:45 2014
@@ -43,4 +43,4 @@ public:
 };
 }
 
-#endif
\ No newline at end of file
+#endif

Modified: cfe/trunk/lib/Analysis/CodeInjector.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CodeInjector.cpp?rev=219439&r1=219438&r2=219439&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/CodeInjector.cpp (original)
+++ cfe/trunk/lib/Analysis/CodeInjector.cpp Thu Oct  9 15:34:45 2014
@@ -12,4 +12,4 @@
 using namespace clang;
 
 CodeInjector::CodeInjector() {}
-CodeInjector::~CodeInjector() {}
\ No newline at end of file
+CodeInjector::~CodeInjector() {}

Modified: cfe/trunk/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp?rev=219439&r1=219438&r2=219439&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp Thu Oct  9 15:34:45 2014
@@ -39,4 +39,4 @@ bool ModelConsumer::HandleTopLevelDecl(D
     }
   }
   return true;
-}
\ No newline at end of file
+}

Modified: cfe/trunk/lib/StaticAnalyzer/Frontend/ModelInjector.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Frontend/ModelInjector.h?rev=219439&r1=219438&r2=219439&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Frontend/ModelInjector.h (original)
+++ cfe/trunk/lib/StaticAnalyzer/Frontend/ModelInjector.h Thu Oct  9 15:34:45 2014
@@ -72,4 +72,4 @@ private:
 }
 }
 
-#endif
\ No newline at end of file
+#endif





More information about the cfe-commits mailing list