[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)
llvm-svn: 374276

clang/include/clang/AST/Decl.h

index cbac50d..ce674e0 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;