aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-11 08:44:04 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-11 08:44:04 +0000
commit7ed5bd3e27a6f2b37ee0449aa818116cbd03306e (patch)
treea8ac3f94f074db18b716a05c309438af33ab7178
parentbb6e73fcf60fa5a4cc36c14744dc366b658443b5 (diff)
Fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103465 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/AST/Expr.cpp2
1 files changed, 1 insertions, 1 deletions
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: