]> granicus.if.org Git - clang/commitdiff
[ast] Fix indentation. NFC.
authorMichael Liao <michael.hliao@gmail.com>
Thu, 10 Oct 2019 04:16:52 +0000 (04:16 +0000)
committerMichael Liao <michael.hliao@gmail.com>
Thu, 10 Oct 2019 04:16:52 +0000 (04:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374276 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index cbac50daf14c72fc7af31318c374be2bc218271b..ce674e09c44d46531604b838769ef7ee029a7ddd 100644 (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;