Skip to content

Commit 55edf70

Browse files
committed
[NFC] clang-format one line
1 parent 03358be commit 55edf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Tooling/Syntax/Synthesis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ syntax::Tree *allocateTree(syntax::Arena &A, syntax::NodeKind Kind) {
5858
switch (Kind) {
5959
case syntax::NodeKind::Leaf:
6060
assert(false);
61-
break;
61+
break;
6262
case syntax::NodeKind::TranslationUnit:
6363
return new (A.getAllocator()) syntax::TranslationUnit;
6464
case syntax::NodeKind::UnknownExpression:

0 commit comments

Comments
 (0)