[Lldb-commits] [lldb] 224caaf - [nfc] [lldb] Delete an empty trailing line.

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 18 01:18:37 PDT 2020


Author: Jan Kratochvil
Date: 2020-10-18T10:16:00+02:00
New Revision: 224caaf69b8110450a831c53788c74f827eacdb7

URL: https://github.com/llvm/llvm-project/commit/224caaf69b8110450a831c53788c74f827eacdb7
DIFF: https://github.com/llvm/llvm-project/commit/224caaf69b8110450a831c53788c74f827eacdb7.diff

LOG: [nfc] [lldb] Delete an empty trailing line.

A patchset being prepared shows needless diffs.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
index 874978bf1398..8d393b295443 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
@@ -199,4 +199,3 @@ DWARFDebugInfo::GetDIE(const DIERef &die_ref) {
     return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset());
   return DWARFDIE(); // Not found
 }
-


        


More information about the lldb-commits mailing list