r220216 - Fix indentation.

David Blaikie dblaikie at gmail.com
Mon Oct 20 10:42:23 PDT 2014


Author: dblaikie
Date: Mon Oct 20 12:42:23 2014
New Revision: 220216

URL: http://llvm.org/viewvc/llvm-project?rev=220216&view=rev
Log:
Fix indentation.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=220216&r1=220215&r2=220216&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Mon Oct 20 12:42:23 2014
@@ -3191,7 +3191,7 @@ void CGDebugInfo::EmitGlobalVariable(llv
     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));





More information about the cfe-commits mailing list