[cfe-commits] r64998 - /cfe/trunk/lib/Sema/SemaExpr.cpp

Mike Stump mrs at apple.com
Wed Feb 18 18:55:00 PST 2009


Author: mrs
Date: Wed Feb 18 20:54:59 2009
New Revision: 64998

URL: http://llvm.org/viewvc/llvm-project?rev=64998&view=rev
Log:
Fix spacing.

Modified:
    cfe/trunk/lib/Sema/SemaExpr.cpp

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=64998&r1=64997&r2=64998&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Wed Feb 18 20:54:59 2009
@@ -1298,7 +1298,7 @@
 
         // Build the actual expression node.
         Expr *FnExpr = new (Context) DeclRefExpr(FnDecl, FnDecl->getType(),
-                                       SourceLocation());
+                                                 SourceLocation());
         UsualUnaryConversions(FnExpr);
 
         Input.release();





More information about the cfe-commits mailing list