Fix indentation. No behavior change.

llvm-svn: 217044
This commit is contained in:
Nico Weber 2014-09-03 15:28:00 +00:00
parent 7325e56c10
commit 2a9b6aae9a
1 changed files with 1 additions and 1 deletions

View 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);
}