indentation fix

llvm-svn: 91807
This commit is contained in:
Chris Lattner 2009-12-21 01:10:56 +00:00
parent 9a98ac993f
commit 3a6af3de6c
1 changed files with 1 additions and 1 deletions

View File

@ -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.