Skip to content

Commit 8ba1c5a

Browse files
committed
clang-format
1 parent 73562d4 commit 8ba1c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Support/Mustache.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ASTNode {
147147
llvm::DenseMap<char, std::string> &Escapes)
148148
: Allocator(Alloc), Partials(Partials), Lambdas(Lambdas),
149149
SectionLambdas(SectionLambdas), Escapes(Escapes), Ty(Ty),
150-
Parent(Parent), AccessorValue(std::move(Accessor)),
150+
Parent(Parent), AccessorValue(std::move(Accessor)),
151151
ParentContext(nullptr) {}
152152

153153
void addChild(ASTNode *Child) { Children.emplace_back(Child); };
@@ -641,7 +641,7 @@ void ASTNode::render(const json::Value &Data, raw_ostream &OS) {
641641
return;
642642
}
643643
case InvertSection: {
644-
bool IsLambda =
644+
bool IsLambda =
645645
SectionLambdas.find(AccessorValue[0]) != SectionLambdas.end();
646646
if (!isFalsey(Context) || IsLambda)
647647
return;

0 commit comments

Comments
 (0)