[lldb/DWARF] Fix 80 col formatting (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 6 Mar 2020 05:28:19 +0000 (21:28 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 6 Mar 2020 05:28:23 +0000 (21:28 -0800)
Forgot to run git clang-format before landing my previous commit
(226d52b1faadbe4a770d5738ac9d2c5bbc110d3d).

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp

index 76e064ee81ee6c2bffb888e6f3c3382bc4a4494c..b1007d257cc732664fa68823a95f8e4c050321cb 100644 (file)
@@ -3638,9 +3638,11 @@ bool DWARFASTParserClang::CopyUniqueClassMethodTypes(
   }
 
   DWARFASTParserClang *src_dwarf_ast_parser =
-      static_cast<DWARFASTParserClang *>(SymbolFileDWARF::GetDWARFParser(*src_die.GetCU()));
+      static_cast<DWARFASTParserClang *>(
+          SymbolFileDWARF::GetDWARFParser(*src_die.GetCU()));
   DWARFASTParserClang *dst_dwarf_ast_parser =
-      static_cast<DWARFASTParserClang *>(SymbolFileDWARF::GetDWARFParser(*dst_die.GetCU()));
+      static_cast<DWARFASTParserClang *>(
+          SymbolFileDWARF::GetDWARFParser(*dst_die.GetCU()));
 
   // Now do the work of linking the DeclContexts and Types.
   if (fast_path) {