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.

llvm-svn: 220229

clang/lib/CodeGen/CGDebugInfo.cpp

index 723da71..489a203 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