Skip to content

Commit 3f8d2c9

Browse files
Ensure newlines at the end of files (NFC)
1 parent 3551849 commit 3f8d2c9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ struct RecordedAST {
4242
} // namespace include_cleaner
4343
} // namespace clang
4444

45-
#endif
45+
#endif

compiler-rt/lib/orc/coff_platform.per_jd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ __orc_rt_coff_onexit_per_jd(OnExitFunction Func) {
2828

2929
ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) {
3030
return __orc_rt_coff_atexit(&__ImageBase, Func);
31-
}
31+
}

libcxx/include/__ranges/drop_while_view.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ inline constexpr auto drop_while = __drop_while::__fn{};
126126

127127
_LIBCPP_END_NAMESPACE_STD
128128

129-
#endif // _LIBCPP___RANGES_DROP_WHILE_VIEW_H
129+
#endif // _LIBCPP___RANGES_DROP_WHILE_VIEW_H

llvm/lib/Analysis/CFGSCCPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ PreservedAnalyses CFGSCCPrinterPass::run(Function &F,
3333
OS << "\n";
3434

3535
return PreservedAnalyses::all();
36-
}
36+
}

llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ PreservedAnalyses PAEvalPass::run(Function &F, FunctionAnalysisManager &AM) {
6161
}
6262

6363
return PreservedAnalyses::all();
64-
}
64+
}

0 commit comments

Comments
 (0)