[clang] 55edf70 - [NFC] clang-format one line

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 17 18:05:38 PDT 2020


Author: Vitaly Buka
Date: 2020-09-17T18:03:55-07:00
New Revision: 55edf7039e22312790ac950305746262d2856d97

URL: https://github.com/llvm/llvm-project/commit/55edf7039e22312790ac950305746262d2856d97
DIFF: https://github.com/llvm/llvm-project/commit/55edf7039e22312790ac950305746262d2856d97.diff

LOG: [NFC] clang-format one line

Added: 
    

Modified: 
    clang/lib/Tooling/Syntax/Synthesis.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Tooling/Syntax/Synthesis.cpp b/clang/lib/Tooling/Syntax/Synthesis.cpp
index ea2739523a09..f171d26512d9 100644
--- a/clang/lib/Tooling/Syntax/Synthesis.cpp
+++ b/clang/lib/Tooling/Syntax/Synthesis.cpp
@@ -58,7 +58,7 @@ syntax::Tree *allocateTree(syntax::Arena &A, syntax::NodeKind Kind) {
   switch (Kind) {
   case syntax::NodeKind::Leaf:
     assert(false);
-    break; 
+    break;
   case syntax::NodeKind::TranslationUnit:
     return new (A.getAllocator()) syntax::TranslationUnit;
   case syntax::NodeKind::UnknownExpression:


        


More information about the cfe-commits mailing list