[cfe-commits] r103465 - /cfe/trunk/lib/AST/Expr.cpp

Douglas Gregor dgregor at apple.com
Tue May 11 01:44:04 PDT 2010


Author: dgregor
Date: Tue May 11 03:44:04 2010
New Revision: 103465

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

Modified:
    cfe/trunk/lib/AST/Expr.cpp

Modified: cfe/trunk/lib/AST/Expr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Expr.cpp?rev=103465&r1=103464&r2=103465&view=diff
==============================================================================
--- cfe/trunk/lib/AST/Expr.cpp (original)
+++ cfe/trunk/lib/AST/Expr.cpp Tue May 11 03:44:04 2010
@@ -166,7 +166,7 @@
     //      -  a member function or a static data member of the current 
     //         instantiation
     else if (Var->isStaticDataMember() && 
-               Var->getDeclContext()->isDependentContext())
+             Var->getDeclContext()->isDependentContext())
       ValueDependent = true;
   } 
   // (VD) - FIXME: Missing from the standard: 





More information about the cfe-commits mailing list