[cfe-commits] r112541 - /cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp

Gabor Greif ggreif at gmail.com
Mon Aug 30 15:25:56 PDT 2010


Author: ggreif
Date: Mon Aug 30 17:25:56 2010
New Revision: 112541

URL: http://llvm.org/viewvc/llvm-project?rev=112541&view=rev
Log:
zap tabs

Modified:
    cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp

Modified: cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp?rev=112541&r1=112540&r2=112541&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp Mon Aug 30 17:25:56 2010
@@ -1167,7 +1167,7 @@
     PrincipalDecl->setObjectOfFriendDecl(PrevDecl != 0);
     DC->makeDeclVisibleInContext(PrincipalDecl, /*Recoverable=*/ false);
 
-		bool queuedInstantiation = false;
+    bool queuedInstantiation = false;
 
     if (!SemaRef.getLangOptions().CPlusPlus0x &&
         D->isThisDeclarationADefinition()) {





More information about the cfe-commits mailing list