Author: Ilya Biryukov Date: 2022-12-09T12:31:50+01:00 New Revision: edd5d777e981ab6a4952c14c35f3ead330c4a761
URL: https://github.com/llvm/llvm-project/commit/edd5d777e981ab6a4952c14c35f3ead330c4a761 DIFF: https://github.com/llvm/llvm-project/commit/edd5d777e981ab6a4952c14c35f3ead330c4a761.diff LOG: [clangd] NFC. Add a newline at the end of the file Added: Modified: clang-tools-extra/clangd/DecisionForest.cpp Removed: ################################################################################ diff --git a/clang-tools-extra/clangd/DecisionForest.cpp b/clang-tools-extra/clangd/DecisionForest.cpp index 0b54a6c65beb0..a05a9ee436f1d 100644 --- a/clang-tools-extra/clangd/DecisionForest.cpp +++ b/clang-tools-extra/clangd/DecisionForest.cpp @@ -95,4 +95,4 @@ evaluateDecisionForest(const SymbolQualitySignals &Quality, } // namespace clangd } // namespace clang -#endif // !CLANGD_DECISION_FOREST \ No newline at end of file +#endif // !CLANGD_DECISION_FOREST _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits