Fix indentation

llvm-svn: 103465
This commit is contained in:
Douglas Gregor 2010-05-11 08:44:04 +00:00
parent 0e4de76610
commit be49fc5ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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: