From: Michael Liao Date: Thu, 10 Oct 2019 04:16:52 +0000 (+0000) Subject: [ast] Fix indentation. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90572c230af447df3f47248d8681035244868e65;p=clang [ast] Fix indentation. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index cbac50daf1..ce674e09c4 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -4114,13 +4114,9 @@ public: void setCaptures(ASTContext &Context, ArrayRef 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;