]> granicus.if.org Git - clang/commitdiff
Formatting.
authorEric Christopher <echristo@apple.com>
Sat, 18 Feb 2012 00:50:14 +0000 (00:50 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 18 Feb 2012 00:50:14 +0000 (00:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150857 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 603594c39af030363c4c007d56d8cfd37142126d..aa7f150fcf7ba21928175f0135f5b85b7431d562 100644 (file)
@@ -502,8 +502,7 @@ llvm::DIType CGDebugInfo::createRecordFwdDecl(const RecordDecl *RD,
     llvm_unreachable("Unknown RecordDecl type!");
 
   // Create the type.
-  return DBuilder.createForwardDecl(Tag, RDName, DefUnit,
-                                   Line);
+  return DBuilder.createForwardDecl(Tag, RDName, DefUnit, Line);
 }
 
 // Walk up the context chain and create forward decls for record decls,