From caabf9bf331156e96dacb072385901fdfa057ec1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 21 Dec 2009 01:10:56 +0000 Subject: [PATCH] indentation fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91807 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/Expr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(getCalleeDecl()); + return dyn_cast_or_null(getCalleeDecl()); } /// setNumArgs - This changes the number of arguments present in this call.