[ast] Fix indentation. NFC.

llvm-svn: 374276
This commit is contained in:
Michael Liao 2019-10-10 04:16:52 +00:00
parent ad2e12a3d9
commit c752f5bce4
1 changed files with 2 additions and 6 deletions

View File

@ -4114,13 +4114,9 @@ public:
void setCaptures(ASTContext &Context, ArrayRef<Capture> Captures,
bool CapturesCXXThis);
unsigned getBlockManglingNumber() const {
return ManglingNumber;
}
unsigned getBlockManglingNumber() const { return ManglingNumber; }
Decl *getBlockManglingContextDecl() const {
return ManglingContextDecl;
}
Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; }
void setBlockMangling(unsigned Number, Decl *Ctx) {
ManglingNumber = Number;