[Lldb-commits] [lldb] r364716 - Replace tabs with spaces.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Sat Jun 29 11:32:16 PDT 2019


Author: adrian
Date: Sat Jun 29 11:32:16 2019
New Revision: 364716

URL: http://llvm.org/viewvc/llvm-project?rev=364716&view=rev
Log:
Replace tabs with spaces.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py?rev=364716&r1=364715&r2=364716&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py Sat Jun 29 11:32:16 2019
@@ -71,13 +71,13 @@ class TestRecognizeBreakpoint(GDBRemoteT
             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):




More information about the lldb-commits mailing list