From: Gabor Greif Date: Mon, 30 Aug 2010 22:25:56 +0000 (+0000) Subject: zap tabs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77535dfde258765c056ef4c6786ef56cc48f0c76;p=clang zap tabs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112541 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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()) {