From 7ed5bd3e27a6f2b37ee0449aa818116cbd03306e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 11 May 2010 08:44:04 +0000 Subject: [PATCH] Fix indentation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103465 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/Expr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp index 5d0269f702..4b45935b3e 100644 --- a/lib/AST/Expr.cpp +++ b/lib/AST/Expr.cpp @@ -166,7 +166,7 @@ void DeclRefExpr::computeDependence() { // - 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: -- 2.40.0