diff options
| author | Mike Stump <mrs@apple.com> | 2009-02-19 02:54:59 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-02-19 02:54:59 +0000 |
| commit | 82191d04138e820b7f51bfdb1fd173077c4c4c21 (patch) | |
| tree | 05d79df3d6641aff3be3c19ce985129cbf85063e /clang/lib/Sema/SemaExpr.cpp | |
| parent | 6c109b497971b9cbd3a66b266708bf0b0b5699ea (diff) | |
| download | bcm5719-llvm-82191d04138e820b7f51bfdb1fd173077c4c4c21.tar.gz bcm5719-llvm-82191d04138e820b7f51bfdb1fd173077c4c4c21.zip | |
Fix spacing.
llvm-svn: 64998
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
| -rw-r--r-- | clang/lib/Sema/SemaExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp index 66dc8e13ae1..f9707c457a3 100644 --- a/clang/lib/Sema/SemaExpr.cpp +++ b/clang/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(); |

