From: Chris Lattner Date: Mon, 21 Dec 2009 01:10:56 +0000 (+0000) Subject: indentation fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caabf9bf331156e96dacb072385901fdfa057ec1;p=clang indentation fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91807 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.