]> granicus.if.org Git - clang/commitdiff
Fix indentation.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 20 Oct 2014 17:42:23 +0000 (17:42 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 20 Oct 2014 17:42:23 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220216 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 732071f29af7c471447f5c193231608d12874503..cb3d45babc2531c3c08be62652fa133234c00f9d 100644 (file)
@@ -3191,7 +3191,7 @@ void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var,
     assert(RD->isAnonymousStructOrUnion() && "unnamed non-anonymous struct or union?");
     GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
   } else {
-      GV = DBuilder.createGlobalVariable(
+    GV = DBuilder.createGlobalVariable(
         DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
         Var->hasInternalLinkage(), Var,
         getOrCreateStaticDataMemberDeclarationOrNull(D));