Skip to content

Commit 7eed82f

Browse files
committed
[llvm] format
1 parent 29bba68 commit 7eed82f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Support/Mustache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
// StringRef Rendered = Template.render(Data);
5656
// // Rendered == "Hello, World!"
5757
// \endcode
58+
//
5859
//===----------------------------------------------------------------------===//
5960

6061
#ifndef LLVM_SUPPORT_MUSTACHE
@@ -157,6 +158,7 @@ class ASTNode {
157158
void setUpContext(llvm::BumpPtrAllocator *Alloc);
158159

159160
private:
161+
160162
void renderLambdas(const llvm::json::Value &Contexts, SmallString<0> &Output,
161163
Lambda &L);
162164

0 commit comments

Comments
 (0)