Fix spacing.

llvm-svn: 64998
This commit is contained in:
Mike Stump 2009-02-19 02:54:59 +00:00
parent 6c109b4979
commit 82191d0413
1 changed files with 1 additions and 1 deletions

View File

@ -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();