commit | 6d8e57345f77cc1802f22426d98773292045d4b0 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Thu Feb 19 02:54:59 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Thu Feb 19 02:54:59 2009 +0000 |
tree | d89d24b726d80e64ba629e4fbada0450835f0f09 | |
parent | d55240e3f5beb7a9f08b4cbdebb6811530f7c286 [diff] [blame] |
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 66dc8e1..f9707c4 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp
@@ -1298,7 +1298,7 @@ // Build the actual expression node. Expr *FnExpr = new (Context) DeclRefExpr(FnDecl, FnDecl->getType(), - SourceLocation()); + SourceLocation()); UsualUnaryConversions(FnExpr); Input.release();