Author: Jonas Devlieghere
Date: 2020-03-05T21:28:23-08:00
New Revision: 621d969a964107612906e00820d20ddbb46d736f

URL: 
https://github.com/llvm/llvm-project/commit/621d969a964107612906e00820d20ddbb46d736f
DIFF: 
https://github.com/llvm/llvm-project/commit/621d969a964107612906e00820d20ddbb46d736f.diff

LOG: [lldb/DWARF] Fix 80 col formatting (NFC)

Forgot to run git clang-format before landing my previous commit
(226d52b1faadbe4a770d5738ac9d2c5bbc110d3d).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 
b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
index 76e064ee81ee..b1007d257cc7 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -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) {


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to