Skip to content

Commit 058e272

Browse files
committed
Formatting
1 parent 4bdf809 commit 058e272

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clang/lib/Sema/SemaExpand.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
#include "clang/Sema/Overload.h"
2121
#include "clang/Sema/Sema.h"
2222
#include "clang/Sema/Template.h"
23-
24-
#include <llvm/ADT/ScopeExit.h>
23+
#include "llvm/ADT/ScopeExit.h"
2524

2625
using namespace clang;
2726
using namespace sema;
@@ -468,9 +467,9 @@ Sema::ComputeExpansionSize(CXXExpansionStmtPattern *Expansion) {
468467
// Make the lambda 'consteval'.
469468
{
470469
ParseScope Prototype(*this, Scope::FunctionPrototypeScope |
471-
Scope::FunctionDeclarationScope |
472-
Scope::DeclScope);
473-
const char* PrevSpec = nullptr;
470+
Scope::FunctionDeclarationScope |
471+
Scope::DeclScope);
472+
const char *PrevSpec = nullptr;
474473
unsigned DiagId = 0;
475474
DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc, PrevSpec, DiagId);
476475
assert(DiagId == 0 && PrevSpec == nullptr);

0 commit comments

Comments
 (0)