From: Mike Stump Date: Thu, 19 Feb 2009 02:54:59 +0000 (+0000) Subject: Fix spacing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=488e25b980800c5f6d5b9cb4345d0f0d92942889;p=clang Fix spacing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64998 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 66dc8e13ae..f9707c457a 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -1298,7 +1298,7 @@ Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, // Build the actual expression node. Expr *FnExpr = new (Context) DeclRefExpr(FnDecl, FnDecl->getType(), - SourceLocation()); + SourceLocation()); UsualUnaryConversions(FnExpr); Input.release();