From e8251602574d6736e48eafc239718a6a9d91d261 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 30 Sep 2023 02:04:48 +0900 Subject: Delete empty lines at EOF [ci skip] --- misc/lldb_rb/commands/rp_command.py | 1 - misc/lldb_rb/lldb_interface.py | 1 - misc/lldb_rb/rb_base_command.py | 1 - misc/lldb_rb/rb_heap_structs.py | 3 --- misc/lldb_rb/utils.py | 1 - 5 files changed, 7 deletions(-) (limited to 'misc/lldb_rb') diff --git a/misc/lldb_rb/commands/rp_command.py b/misc/lldb_rb/commands/rp_command.py index 9da9688b96..06b2516d50 100644 --- a/misc/lldb_rb/commands/rp_command.py +++ b/misc/lldb_rb/commands/rp_command.py @@ -13,4 +13,3 @@ class RbID2StrCommand(RbBaseCommand): val = self.frame.EvaluateExpression(command) inspector = RbInspector(debugger, result, self.ruby_globals) inspector.inspect(val) - diff --git a/misc/lldb_rb/lldb_interface.py b/misc/lldb_rb/lldb_interface.py index 893064db90..785a54b3e3 100644 --- a/misc/lldb_rb/lldb_interface.py +++ b/misc/lldb_rb/lldb_interface.py @@ -5,4 +5,3 @@ class LLDBInterface: self.process = self.target.GetProcess() self.thread = self.process.GetSelectedThread() self.frame = self.thread.GetSelectedFrame() - diff --git a/misc/lldb_rb/rb_base_command.py b/misc/lldb_rb/rb_base_command.py index 23c628971e..70a5addd6d 100644 --- a/misc/lldb_rb/rb_base_command.py +++ b/misc/lldb_rb/rb_base_command.py @@ -55,4 +55,3 @@ class RbBaseCommand(LLDBInterface): def get_long_help(self): return self.__class__.help_string - diff --git a/misc/lldb_rb/rb_heap_structs.py b/misc/lldb_rb/rb_heap_structs.py index 0428b7fc3f..7222766ef3 100644 --- a/misc/lldb_rb/rb_heap_structs.py +++ b/misc/lldb_rb/rb_heap_structs.py @@ -135,6 +135,3 @@ class RbObject(LLDBInterface): len = self.val.GetValueForExpressionPath("->as.heap.len") return len - - - diff --git a/misc/lldb_rb/utils.py b/misc/lldb_rb/utils.py index bd2c0330b8..c4a39b7a09 100644 --- a/misc/lldb_rb/utils.py +++ b/misc/lldb_rb/utils.py @@ -280,4 +280,3 @@ class RbInspector(LLDBInterface): else: print("Not-handled type %0#x" % rval.type, file=self.result) print(val, file=self.result) - -- cgit v1.2.3