diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-08-30 22:25:56 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-08-30 22:25:56 +0000 |
commit | 77535dfde258765c056ef4c6786ef56cc48f0c76 (patch) | |
tree | c6e2043bef8a47bd2f08f8fe919076925d62d867 /lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | 4599f346cb90bef15e1afd5c66f20c18703e41ae (diff) |
zap tabs
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112541 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 6653e2e8ca..26fbe6a114 100644 --- a/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -1167,7 +1167,7 @@ Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D, PrincipalDecl->setObjectOfFriendDecl(PrevDecl != 0); DC->makeDeclVisibleInContext(PrincipalDecl, /*Recoverable=*/ false); - bool queuedInstantiation = false; + bool queuedInstantiation = false; if (!SemaRef.getLangOptions().CPlusPlus0x && D->isThisDeclarationADefinition()) { |