| commit | 2a9b6aae9a435d31c6eefc4c2ebf7d717d0d7c2b | [log] [tgz] |
|---|---|---|
| author | Nico Weber <nicolasweber@gmx.de> | Wed Sep 03 15:28:00 2014 +0000 |
| committer | Nico Weber <nicolasweber@gmx.de> | Wed Sep 03 15:28:00 2014 +0000 |
| tree | ed8ae66a6974802703d488a9a11e08adfda80620 | |
| parent | 7325e56c109bd9741650a388e9f6de8d32b241e1 [diff] |
Fix indentation. No behavior change. llvm-svn: 217044
diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h index 5831069..95c95ea 100644 --- a/clang/include/clang/AST/Decl.h +++ b/clang/include/clang/AST/Decl.h
@@ -1651,7 +1651,7 @@ /// 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); }