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 | 3a6af3de6cca4e475309baea72df028538598d82 (patch) | |
| tree | f60ae0a08722405d95ab7e8746fb09896692bf0b /clang | |
| parent | 9a98ac993feba2d9650564a9574f54da0b24ecea (diff) | |
| download | bcm5719-llvm-3a6af3de6cca4e475309baea72df028538598d82.tar.gz bcm5719-llvm-3a6af3de6cca4e475309baea72df028538598d82.zip | |
indentation fix
llvm-svn: 91807
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/AST/Expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 466ddc663f2..cb0165c8df7 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/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. |

