diff options
author | Nico Weber <nicolasweber@gmx.de> | 2010-11-28 22:53:37 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2010-11-28 22:53:37 +0000 |
commit | 6bb4dcb412d53d05a80017df81d41e447e2aa3ea (patch) | |
tree | e8c450452ca837ea9c8171d917fad192d92ee14b /lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | 1d7dc2240717eb34672035b13ceb17710ab481c1 (diff) |
Minor whitespace and comment fixes. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiateDecl.cpp')
-rw-r--r-- | lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaTemplateInstantiateDecl.cpp b/lib/Sema/SemaTemplateInstantiateDecl.cpp index 9899a852d0..b45fb821d9 100644 --- a/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -2271,7 +2271,7 @@ void Sema::InstantiateStaticDataMemberDefinition( VarDecl *OldVar = Var; Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), - getTemplateInstantiationArgs(Var))); + getTemplateInstantiationArgs(Var))); CurContext = PreviousContext; if (Var) { |