r217044 - Fix indentation. No behavior change.
Nico Weber
nicolasweber at gmx.de
Wed Sep 3 08:28:00 PDT 2014
Author: nico
Date: Wed Sep 3 10:28:00 2014
New Revision: 217044
URL: http://llvm.org/viewvc/llvm-project?rev=217044&view=rev
Log:
Fix indentation. No behavior change.
Modified:
cfe/trunk/include/clang/AST/Decl.h
Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=217044&r1=217043&r2=217044&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Wed Sep 3 10:28:00 2014
@@ -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);
}
More information about the cfe-commits
mailing list