diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-06-29 18:32:16 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-06-29 18:32:16 +0000 |
commit | 6293cd05045cfd45dd934f3f559e4b066fe7ae30 (patch) | |
tree | 55042fb66bb523d65dddacc67054b0a801517c4f /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | 8023c8443380918f1ee7c244b74f14b26b5a3f6c (diff) | |
download | bcm5719-llvm-6293cd05045cfd45dd934f3f559e4b066fe7ae30.tar.gz bcm5719-llvm-6293cd05045cfd45dd934f3f559e4b066fe7ae30.zip |
Replace tabs with spaces.
llvm-svn: 364716
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 """<?xml version="1.0"?> - <target version="1.0"> + <target version="1.0"> <architecture>i386:x86-64</architecture> <feature name="org.gnu.gdb.i386.core"> <reg name="rip" bitsize="64" regnum="0" type="code_ptr" group="general"/> </feature> </target>""", False - else: + else: return None, False def selectThread(self, op, thread): |