]> granicus.if.org Git - clang/commitdiff
Fix indentation. No behavior change.
authorNico Weber <nicolasweber@gmx.de>
Wed, 3 Sep 2014 15:28:00 +0000 (15:28 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 3 Sep 2014 15:28:00 +0000 (15:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217044 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 5831069870c0cbb546e2f9bc4c11996dd178de2b..95c95ea04e7fa544617580540ebd538445624025 100644 (file)
@@ -1651,7 +1651,7 @@ public:
   /// unnecessary AST de-serialization of the body.
   Stmt *getBody(const FunctionDecl *&Definition) const;
 
-   Stmt *getBody() const override {
+  Stmt *getBody() const override {
     const FunctionDecl* Definition;
     return getBody(Definition);
   }