[clang-tools-extra] edd5d77 - [clangd] NFC. Add a newline at the end of the file

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 03:32:48 PST 2022


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


        


More information about the cfe-commits mailing list