From: Craig Topper Date: Fri, 2 Aug 2013 05:10:31 +0000 (+0000) Subject: Fix indentation. No functional change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61c294a24324ca0a403df770c01e0ba0b88770b;p=clang Fix indentation. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187644 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaChecking.cpp b/lib/Sema/SemaChecking.cpp index 9f2dc34575..4e0e76b20d 100644 --- a/lib/Sema/SemaChecking.cpp +++ b/lib/Sema/SemaChecking.cpp @@ -3917,7 +3917,7 @@ Sema::CheckReturnStackAddr(Expr *RetValExp, QualType lhsType, static Expr *EvalAddr(Expr *E, SmallVectorImpl &refVars, Decl *ParentDecl) { if (E->isTypeDependent()) - return NULL; + return NULL; // We should only be called for evaluating pointer expressions. assert((E->getType()->isAnyPointerType() ||