]> granicus.if.org Git - clang/commitdiff
Fix whitespace introduced in r220221
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 20 Oct 2014 20:29:35 +0000 (20:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 20 Oct 2014 20:29:35 +0000 (20:29 +0000)
Post commit review feedback from Yaron Keren.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220229 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 723da71eddbd5bb4cc06bcb0b3913af3655aa038..489a203272643538cec859b0f2c160146c412d0c 100644 (file)
@@ -1266,7 +1266,7 @@ CollectTemplateParams(const TemplateParameterList *TPList,
       // Member function pointers have special support for building them, though
       // this is currently unsupported in LLVM CodeGen.
       else if ((MD = dyn_cast<CXXMethodDecl>(D)) && MD->isInstance())
-          V = CGM.getCXXABI().EmitMemberPointer(MD);
+        V = CGM.getCXXABI().EmitMemberPointer(MD);
       else if (const auto *FD = dyn_cast<FunctionDecl>(D))
         V = CGM.GetAddrOfFunction(FD);
       // Member data pointers have special handling too to compute the fixed