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 466ddc6..cb0165c 100644
--- a/lib/AST/Expr.cpp
+++ b/lib/AST/Expr.cpp
@@ -407,7 +407,7 @@
 }
 
 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.