From 6293cd05045cfd45dd934f3f559e4b066fe7ae30 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Sat, 29 Jun 2019 18:32:16 +0000 Subject: Replace tabs with spaces. llvm-svn: 364716 --- .../test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py index c112c588625..c9c0525c588 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py @@ -71,13 +71,13 @@ class TestRecognizeBreakpoint(GDBRemoteTestBase): def qXferRead(self, obj, annex, offset, length): if annex == "target.xml": return """ - + i386:x86-64 """, False - else: + else: return None, False def selectThread(self, op, thread): -- cgit v1.2.3