diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-21 01:10:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-21 01:10:56 +0000 |
commit | caabf9bf331156e96dacb072385901fdfa057ec1 (patch) | |
tree | 99009dd37b94b6364efb99d2ec121b2195bd7a23 /lib/AST/Expr.cpp | |
parent | 610b0d94d71810773378be4f39922a56b1202a83 (diff) |
indentation fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/Expr.cpp')
-rw-r--r-- | lib/AST/Expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp index 466ddc663f..cb0165c8df 100644 --- a/lib/AST/Expr.cpp +++ b/lib/AST/Expr.cpp @@ -407,7 +407,7 @@ Decl *CallExpr::getCalleeDecl() { } FunctionDecl *CallExpr::getDirectCallee() { - return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); + return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); } /// setNumArgs - This changes the number of arguments present in this call. |