Skip to content

Commit a93622a

Browse files
committed
fix indent in python test
1 parent 3929895 commit a93622a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/objc/print-obj/TestPrintObj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_print_obj(self):
7070
# issue our 'po lock_me' command.
7171

7272
for frame in other_thread.frames:
73-
if frame.name == "main":
73+
if frame.name == "main":
7474
other_thread.selected_frame = frame
7575
if self.TraceOn():
7676
print("selected frame:" + lldbutil.get_description(frame))

0 commit comments

Comments
 (0)