From: Nico Weber Date: Wed, 3 Sep 2014 15:28:00 +0000 (+0000) Subject: Fix indentation. No behavior change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7423fd774595b9f301e73df311e24245202516c;p=clang Fix indentation. No behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217044 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 5831069870..95c95ea04e 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -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); }