]> granicus.if.org Git - clang/commitdiff
Formatting.
authorEric Christopher <echristo@apple.com>
Thu, 12 Jan 2012 01:26:58 +0000 (01:26 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 12 Jan 2012 01:26:58 +0000 (01:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147989 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 46a50e555bcfb24714020bda0ecff68445339a25..31e4bcf5f88a309ed0e34931e9763ad5480780e8 100644 (file)
@@ -887,7 +887,7 @@ void CGDebugInfo::
 CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit,
                 SmallVectorImpl<llvm::Value *> &EltTys,
                 llvm::DIType RecordTy) {
-  for (CXXRecordDecl::friend_iterator BI =  RD->friend_begin(),
+  for (CXXRecordDecl::friend_iterator BI = RD->friend_begin(),
          BE = RD->friend_end(); BI != BE; ++BI) {
     if ((*BI)->isUnsupportedFriend())
       continue;