Ensure newlines at the end of files (NFC)
authorKazu Hirata <kazu@google.com>
Sat, 22 Oct 2022 16:29:40 +0000 (09:29 -0700)
committerKazu Hirata <kazu@google.com>
Sat, 22 Oct 2022 16:29:40 +0000 (09:29 -0700)
clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h
compiler-rt/lib/orc/coff_platform.per_jd.cpp
libcxx/include/__ranges/drop_while_view.h
llvm/lib/Analysis/CFGSCCPrinter.cpp
llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp

index 698ee20..6c208cb 100644 (file)
@@ -28,4 +28,4 @@ __orc_rt_coff_onexit_per_jd(OnExitFunction Func) {
 
 ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) {
   return __orc_rt_coff_atexit(&__ImageBase, Func);
-}
\ No newline at end of file
+}
index 8cc52db..7c28992 100644 (file)
@@ -126,4 +126,4 @@ inline constexpr auto drop_while = __drop_while::__fn{};
 
 _LIBCPP_END_NAMESPACE_STD
 
-#endif // _LIBCPP___RANGES_DROP_WHILE_VIEW_H
\ No newline at end of file
+#endif // _LIBCPP___RANGES_DROP_WHILE_VIEW_H
index e1a5f5e..24495eb 100644 (file)
@@ -33,4 +33,4 @@ PreservedAnalyses CFGSCCPrinterPass::run(Function &F,
   OS << "\n";
 
   return PreservedAnalyses::all();
-}
\ No newline at end of file
+}
index c3d806e..9f15772 100644 (file)
@@ -61,4 +61,4 @@ PreservedAnalyses PAEvalPass::run(Function &F, FunctionAnalysisManager &AM) {
   }
 
   return PreservedAnalyses::all();
-}
\ No newline at end of file
+}