From b7423fd774595b9f301e73df311e24245202516c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 3 Sep 2014 15:28:00 +0000 Subject: [PATCH] Fix indentation. No behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217044 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.40.0