]> granicus.if.org Git - clang/commitdiff
indentation fix
authorChris Lattner <sabre@nondot.org>
Mon, 21 Dec 2009 01:10:56 +0000 (01:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Dec 2009 01:10:56 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91807 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Expr.cpp

index 466ddc663f2a7c025bd477ee819a5345bb827cb4..cb0165c8df7bc753f82f1514feaba70c57b19a45 100644 (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.