]> granicus.if.org Git - clang/commitdiff
zap tabs
authorGabor Greif <ggreif@gmail.com>
Mon, 30 Aug 2010 22:25:56 +0000 (22:25 +0000)
committerGabor Greif <ggreif@gmail.com>
Mon, 30 Aug 2010 22:25:56 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112541 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateInstantiateDecl.cpp

index 6653e2e8ca7c38df9aeefe7fb7b90ce87585a497..26fbe6a114854c4835be5621aef2216d9ce5d342 100644 (file)
@@ -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()) {